ix.ip2
Interface StateViewer

All Superinterfaces:
java.util.EventListener, ProcessStatusListener
All Known Implementing Classes:
NullStateViewer, ObjectWhiteboard, StateExportExtension.StateExporter, StateViewTable, SyncStateClient.ProcessListener, SyncStateServer.ProcessListener

public interface StateViewer
extends ProcessStatusListener


Method Summary
 java.awt.Component getView(PanelFrame frame)
          Return the GUI component that should be placed in the agent's main user-interface frame.
 void reset()
          Sets the viewer back to its initial state (or a reasonable approximation).
 
Methods inherited from interface ix.icore.process.event.ProcessStatusListener
newBindings, stateChange, stateDeletion, statusUpdate
 

Method Detail

getView

java.awt.Component getView(PanelFrame frame)
Return the GUI component that should be placed in the agent's main user-interface frame. The frame is passed as a parameter in case different objects must be returned for different frame classes.


reset

void reset()
Sets the viewer back to its initial state (or a reasonable approximation).