llnl.visit
Interface ProxyInterface
- All Known Implementing Classes:
- ViewerProxy
public interface ProxyInterface
Defines part of the interface that the ViewerProxy must provide.
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()