Uses of Interface
celeboss.command.CommandEngineListener

Packages that use CommandEngineListener
celeboss.command   
celeboss.ui

This package provides all the UI tool classes. 

 

Uses of CommandEngineListener in celeboss.command
 

Methods in celeboss.command with parameters of type CommandEngineListener
 void CommandEngine.addListener(CommandEngineListener listener)
          Add a listener to the engine
 void CommandEngine.removeListener(CommandEngineListener listener)
          Remove a previously registered listener to the engine
 

Uses of CommandEngineListener in celeboss.ui
 

Classes in celeboss.ui that implement CommandEngineListener
 class MonitorWindow
          This window displays the status of a Command Engine.