de.upb.swtpra05.group03.companycontrol
Interface Display

All Known Implementing Classes:
DisplayPanel

public interface Display

Interface for the Display Objects.

Version:
$Revision: 1.3 $

Method Summary
 void reset()
          method to reset the display object
 void setWaitState()
          method to set display object to wait state after connecting to the kernel
 void updateShuttleList(java.util.Map shuttleList)
          method to update the shuttle part of the display object
 void updateShuttleStock(java.util.Map shuttleStock, int[] info)
          method to update the shuttle stock part of the display object
 

Method Detail

reset

public void reset()
method to reset the display object


setWaitState

public void setWaitState()
method to set display object to wait state after connecting to the kernel


updateShuttleStock

public void updateShuttleStock(java.util.Map shuttleStock,
                               int[] info)
method to update the shuttle stock part of the display object

Parameters:
shuttleStock - map containing the new (and old) data to be added
info - specific info for trade adverts

updateShuttleList

public void updateShuttleList(java.util.Map shuttleList)
method to update the shuttle part of the display object

Parameters:
shuttleList - map containing the new (and old) data to be added