public interface

EventReceiver

com.neomades.event.EventReceiver
Known Indirect Subclasses

Class Overview

Event receiver.

See Also

Summary

Public Methods
abstract void onReceiveEvent(Event event)
Called by EventBus when an Event has been received.

Public Methods

public 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.

Parameters
event received event