Public Member Functions | |
TestReceiver (String receiverName) | |
void | receive (EventDescription data) |
Private Attributes | |
String | name |
|
|
|
The one function that your receiver's object class must have! When you create a receiver class, the object class which the receiver will give the event to must have a function called receive and its argument must be the same type as the data being received from the event. If the types do not match an error will be thrown when you try to attach to the channel. |
|
|