Package | Description |
---|---|
org.jboss.errai.bus.client.api | |
org.jboss.errai.bus.client.framework |
Modifier and Type | Method and Description |
---|---|
void |
BusLifecycleListener.busAssociating(BusLifecycleEvent e)
Indicates that the bus is about to transition from the local only to
the connecting state.
|
void |
BusLifecycleAdapter.busAssociating(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.busDisassociating(BusLifecycleEvent e) |
void |
BusLifecycleListener.busOffline(BusLifecycleEvent e)
Indicates that the bus has just transitioned from the connected to
the connecting state.
|
void |
BusLifecycleAdapter.busOffline(BusLifecycleEvent e) |
void |
BusLifecycleListener.busOnline(BusLifecycleEvent e)
Indicates that the bus has just transitioned from the connecting to
the connected state.
|
void |
BusLifecycleAdapter.busOnline(BusLifecycleEvent e) |
Modifier and Type | Method and Description |
---|---|
abstract void |
BusEventType.deliverTo(BusLifecycleListener l,
BusLifecycleEvent e) |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.