T - Type of the Event which is received through this receiver.public interface IEventReceiver<T extends jadex.bridge.service.types.context.IJadexAndroidEvent>
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<T> |
getEventClass()
Return the Class of Event that can be received by this receiver.
|
java.lang.String |
getType()
Return the type = className of the event of interest.
|
void |
receiveEvent(T event)
Receive an Event
|
void receiveEvent(T event)
event - java.lang.Class<T> getEventClass()
java.lang.String getType()