Package | Description |
---|---|
org.jboss.errai.bus.client.api |
Modifier and Type | Method and Description |
---|---|
void |
BusMonitor.notifyNewSubscriptionEvent(SubscriptionEvent event) |
void |
BusMonitor.notifyUnSubcriptionEvent(SubscriptionEvent event) |
void |
SubscribeListener.onSubscribe(SubscriptionEvent event)
Called when a new subscription is registered on the bus.
|
void |
UnsubscribeListener.onUnsubscribe(SubscriptionEvent event)
Called when a subscription is de-registered from the bus.
|
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.