Package it.tidalwave.messagebus
Interface MessageBus.Listener<T>
- Enclosing interface:
MessageBus
public static interface MessageBus.Listener<T>
A listener to receive notifications from a
MessageBus.- Stereotype:
- Listener
-
Method Summary
-
Method Details
-
notify
Notifies the reception of the given message.- Parameters:
message- the event
-