|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BusLifecycleEvent | |
---|---|
org.jboss.errai.bus.client.api | |
org.jboss.errai.bus.client.framework |
Uses of BusLifecycleEvent in org.jboss.errai.bus.client.api |
---|
Methods in org.jboss.errai.bus.client.api with parameters of type BusLifecycleEvent | |
---|---|
void |
BusLifecycleAdapter.busAssociating(BusLifecycleEvent e)
|
void |
BusLifecycleListener.busAssociating(BusLifecycleEvent e)
Indicates that the bus is about to transition from the local only to the connecting state. |
void |
BusLifecycleAdapter.busDisassociating(BusLifecycleEvent e)
|
void |
BusLifecycleListener.busDisassociating(BusLifecycleEvent e)
Indicates that the bus is about to transition from the connecting to the local only state. |
void |
BusLifecycleAdapter.busOffline(BusLifecycleEvent e)
|
void |
BusLifecycleListener.busOffline(BusLifecycleEvent e)
Indicates that the bus has just transitioned from the connected to the connecting state. |
void |
BusLifecycleAdapter.busOnline(BusLifecycleEvent e)
|
void |
BusLifecycleListener.busOnline(BusLifecycleEvent e)
Indicates that the bus has just transitioned from the connecting to the connected state. |
Uses of BusLifecycleEvent in org.jboss.errai.bus.client.framework |
---|
Methods in org.jboss.errai.bus.client.framework with parameters of type BusLifecycleEvent | |
---|---|
abstract void |
BusEventType.deliverTo(BusLifecycleListener l,
BusLifecycleEvent e)
|
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |