com.neomades.event.EventReceiver |
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void | onReceiveEvent(Event event) |
Called by EventBus
when an Event
has been received.
The EventReceiver
should be associated with this eventType. To do
that, the EventReceiver
's registration may say what type of event is
associated to.
event | received event |
---|