llnl.visit
Interface ProxyInterface

All Known Implementing Classes:
ViewerProxy

public interface ProxyInterface

Defines part of the interface that the ViewerProxy must provide.


Method Summary
 int GetOperatorIndex(java.lang.String type)
           
 int GetPlotIndex(java.lang.String type)
           
 boolean GetSynchronous()
           
 ViewerState GetViewerState()
           
 void PrintMessage(java.lang.String msg)
           
 void SendInterruption()
           
 void SetSynchronous(boolean val)
           
 boolean Synchronize()
           
 

Method Detail

GetPlotIndex

int GetPlotIndex(java.lang.String type)

GetOperatorIndex

int GetOperatorIndex(java.lang.String type)

PrintMessage

void PrintMessage(java.lang.String msg)

Synchronize

boolean Synchronize()

GetViewerState

ViewerState GetViewerState()

SetSynchronous

void SetSynchronous(boolean val)

GetSynchronous

boolean GetSynchronous()

SendInterruption

void SendInterruption()