org.commonreality.efferent.impl
Class EfferentCommandManager

java.lang.Object
  extended by org.commonreality.object.manager.impl.GeneralObjectManager<IEfferentCommand,IEfferentCommandListener>
      extended by org.commonreality.efferent.impl.EfferentCommandManager
All Implemented Interfaces:
IEfferentCommandManager, IMutableObjectManager<IEfferentCommand,IEfferentCommandListener>, IObjectManager<IEfferentCommand,IEfferentCommandListener>
Direct Known Subclasses:
RequestableEfferentCommandManager

public class EfferentCommandManager
extends GeneralObjectManager<IEfferentCommand,IEfferentCommandListener>
implements IEfferentCommandManager


Constructor Summary
EfferentCommandManager()
           
 
Method Summary
 java.util.Collection<IEfferentCommand> getEfferentCommands(IEfferentCommand.ActualState actualState)
           
 java.util.Collection<IEfferentCommand> getEfferentCommands(IEfferentCommand.RequestedState requestedState)
           
 
Methods inherited from class org.commonreality.object.manager.impl.GeneralObjectManager
add, add, addListener, contains, get, getIdentifiers, getListeners, hasListeners, remove, remove, removeListener, update, update, waitForChange
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.commonreality.object.manager.IObjectManager
addListener, get, getIdentifiers, getListeners, hasListeners, removeListener, waitForChange
 

Constructor Detail

EfferentCommandManager

public EfferentCommandManager()
Method Detail

getEfferentCommands

public java.util.Collection<IEfferentCommand> getEfferentCommands(IEfferentCommand.RequestedState requestedState)
Specified by:
getEfferentCommands in interface IEfferentCommandManager

getEfferentCommands

public java.util.Collection<IEfferentCommand> getEfferentCommands(IEfferentCommand.ActualState actualState)
Specified by:
getEfferentCommands in interface IEfferentCommandManager