Package org.jactr.modules.pm.common.efferent

Class Summary
AbstractEfferentTimedEvent<E extends IEfferentCommand> timed event meant to deal with efferent commands.
EfferentCommandManager<C extends IEfferentCommand> abstract class used to manage specific efferent commands.Extending this class will give you access to callbacks for the state changes of the commands.
IndividualCommandManager<C extends IEfferentCommand>