Errai 3.0.1-SNAPSHOT

Uses of Class
org.jboss.errai.bus.client.api.BusLifecycleEvent

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

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.