Archived Website: This website is a static snapshot for archival purposes only. It is no longer maintained or updated.

systemcontrol.event
Class ShellEventAdapter

java.lang.Object
  |
  +--systemcontrol.event.ShellEventAdapter

public class ShellEventAdapter
extends java.lang.Object
implements ShellEventListener

Die Adapterklasse erbt von ShellEventListener.


Field Summary
private  int MaxInstance
           
(package private)  PlanInformation planInfo
           
private  Reference_table rt
           
 
Constructor Summary
ShellEventAdapter(Reference_table rt)
           
 
Method Summary
 void planExecuteAbortedEvent(ShellEvent event)
           
 void planExecuteFinishedBackEvent(ShellEvent event)
          PlanInformation an das Planner zurueck
 void planExecuteFinishedEvent(ShellEvent event)
           
 void planReadyAborted(ShellEvent event)
           
 void planReadyFinishedEvent(ShellEvent event)
           
 void planReadyUnfinishedEvent(ShellEvent event)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

rt

private Reference_table rt

MaxInstance

private int MaxInstance

planInfo

PlanInformation planInfo
Constructor Detail

ShellEventAdapter

public ShellEventAdapter(Reference_table rt)
Method Detail

planExecuteFinishedEvent

public void planExecuteFinishedEvent(ShellEvent event)
Specified by:
planExecuteFinishedEvent in interface ShellEventListener

planExecuteFinishedBackEvent

public void planExecuteFinishedBackEvent(ShellEvent event)
PlanInformation an das Planner zurueck
Specified by:
planExecuteFinishedBackEvent in interface ShellEventListener

planReadyFinishedEvent

public void planReadyFinishedEvent(ShellEvent event)
Specified by:
planReadyFinishedEvent in interface ShellEventListener

planReadyUnfinishedEvent

public void planReadyUnfinishedEvent(ShellEvent event)
Specified by:
planReadyUnfinishedEvent in interface ShellEventListener

planExecuteAbortedEvent

public void planExecuteAbortedEvent(ShellEvent event)
Specified by:
planExecuteAbortedEvent in interface ShellEventListener

planReadyAborted

public void planReadyAborted(ShellEvent event)
Specified by:
planReadyAborted in interface ShellEventListener