Uses of Interface
celeboss.command.Command

Packages that use Command
celeboss.command   
 

Uses of Command in celeboss.command
 

Methods in celeboss.command that return Command
 Command QueueItem.getTarget()
          Get the target of this command.
 

Methods in celeboss.command with parameters of type Command
 void CommandEngine.addItem(Command item, java.lang.Object param, int when)
          Adds an items to the refresh queue.
 void CommandEngine.removeItem(Command command, java.lang.Object param)
          Remote a queued item.