Uses of Class
celeboss.command.QueueItem

Packages that use QueueItem
celeboss.command   
celeboss.ui

This package provides all the UI tool classes. 

 

Uses of QueueItem in celeboss.command
 

Methods in celeboss.command that return QueueItem
 QueueItem CommandEngine.getActiveItem()
          Get the item that is active at the moment.
 

Methods in celeboss.command with parameters of type QueueItem
 void CommandEngineListener.errorOccured(QueueItem item, java.lang.Exception e)
          An exception has been thrown in the execution of an item.
 void CommandEngineListener.itemAdded(QueueItem item, int idx)
          A new itme has been added to the processing queue.
 void CommandEngineListener.itemRemoved(QueueItem item, int idx)
          A new item has been removed from the processing queue.
 void CommandEngineListener.stateChange(int state, QueueItem item)
          This method is invoked whenever the processing state of the engine chnages.
 

Uses of QueueItem in celeboss.ui
 

Methods in celeboss.ui with parameters of type QueueItem
 void MonitorWindow.itemAdded(QueueItem item, int idx)
          A new queie item has been added so notify the table.
 void MonitorWindow.itemRemoved(QueueItem item, int idx)
          An itme has been removed from the queue so notify the table.
 void MonitorWindow.stateChange(int newState, QueueItem item)
          Engine state has changed
 void MonitorWindow.errorOccured(QueueItem item, java.lang.Exception e)