org.commonreality.efferent
Interface IEfferentCommandManager

All Superinterfaces:
IObjectManager<IEfferentCommand,IEfferentCommandListener>
All Known Implementing Classes:
EfferentCommandManager, RequestableEfferentCommandManager

public interface IEfferentCommandManager
extends IObjectManager<IEfferentCommand,IEfferentCommandListener>


Method Summary
 java.util.Collection<IEfferentCommand> getEfferentCommands(IEfferentCommand.ActualState actualState)
           
 java.util.Collection<IEfferentCommand> getEfferentCommands(IEfferentCommand.RequestedState requestedState)
           
 
Methods inherited from interface org.commonreality.object.manager.IObjectManager
addListener, get, getIdentifiers, getListeners, hasListeners, removeListener, waitForChange
 

Method Detail

getEfferentCommands

java.util.Collection<IEfferentCommand> getEfferentCommands(IEfferentCommand.ActualState actualState)

getEfferentCommands

java.util.Collection<IEfferentCommand> getEfferentCommands(IEfferentCommand.RequestedState requestedState)