Errai 3.0.1-SNAPSHOT

Uses of Class
org.jboss.errai.bus.client.framework.BusState

Packages that use BusState
org.jboss.errai.bus.client.framework   
 

Uses of BusState in org.jboss.errai.bus.client.framework
 

Methods in org.jboss.errai.bus.client.framework that return BusState
 BusState ClientMessageBusImpl.getState()
           
static BusState BusState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BusState[] BusState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.errai.bus.client.framework with parameters of type BusState
 void ClientMessageBusImpl.setState(BusState newState)
          Puts the bus in the given state, firing all necessary transition events with no reason field.
 


Errai 3.0.1-SNAPSHOT

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