Uses of Class
celeboss.command.CommandEngine

Packages that use CommandEngine
celeboss.data

This package provides all the required classes of the data model. 

celeboss.ui

This package provides all the UI tool classes. 

 

Uses of CommandEngine in celeboss.data
 

Methods in celeboss.data that return CommandEngine
 CommandEngine CelebrityManager.getEngine()
          Returnt he Comamnd eigne instance used by this manager.
 

Uses of CommandEngine in celeboss.ui
 

Constructors in celeboss.ui with parameters of type CommandEngine
MonitorWindow(CommandEngine target)
          Create a simple window that display a status of a Command Engine instance.