Uses of Class
org.commonreality.efferent.IEfferentCommand.ActualState

Packages that use IEfferentCommand.ActualState
org.commonreality.efferent   
org.commonreality.efferent.impl   
 

Uses of IEfferentCommand.ActualState in org.commonreality.efferent
 

Methods in org.commonreality.efferent that return IEfferentCommand.ActualState
 IEfferentCommand.ActualState IEfferentCommand.getActualState()
           
static IEfferentCommand.ActualState IEfferentCommand.ActualState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IEfferentCommand.ActualState[] IEfferentCommand.ActualState.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 IEfferentCommand.ActualState IEfferentCommand.waitForActualStateChange(IEfferentCommand.ActualState waitWhileState)
          will block until the state is not waitWhileState
 

Methods in org.commonreality.efferent with parameters of type IEfferentCommand.ActualState
 java.util.Collection<IEfferentCommand> IEfferentCommandManager.getEfferentCommands(IEfferentCommand.ActualState actualState)
           
 IEfferentCommand.ActualState IEfferentCommand.waitForActualStateChange(IEfferentCommand.ActualState waitWhileState)
          will block until the state is not waitWhileState
 

Uses of IEfferentCommand.ActualState in org.commonreality.efferent.impl
 

Methods in org.commonreality.efferent.impl that return IEfferentCommand.ActualState
 IEfferentCommand.ActualState AbstractEfferentCommand.getActualState()
           
 IEfferentCommand.ActualState AbstractEfferentCommand.waitForActualStateChange(IEfferentCommand.ActualState waitWhileState)
           
 

Methods in org.commonreality.efferent.impl with parameters of type IEfferentCommand.ActualState
 java.util.Collection<IEfferentCommand> EfferentCommandManager.getEfferentCommands(IEfferentCommand.ActualState actualState)
           
 IEfferentCommand.ActualState AbstractEfferentCommand.waitForActualStateChange(IEfferentCommand.ActualState waitWhileState)