|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SubscribeListener
Callback interface for receiving notifications when a new subscription is registered on the bus.
MessageBus.addSubscribeListener(SubscribeListener)
Method Summary | |
---|---|
void |
onSubscribe(SubscriptionEvent event)
Called when a new subscription is registered on the bus. |
Method Detail |
---|
void onSubscribe(SubscriptionEvent event)
event
- the subscription event that occurred. Never null.
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |