public class SampleViewer extends StandardViewer
viewerIDconfig, connection, model, random| Constructor and Description |
|---|
SampleViewer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
handleTimestep(KVTimestep t)
Handle a KVTimestep object from the server.
|
protected void |
postConnect()
Perform any post-connection work required before acknowledgement of the connection is made.
|
java.lang.String |
toString() |
createWorldModelconnect, getViewerID, postConnect, processMessagegetName, getPreferredLogContext, getPreferredNDC, getPreferredRegistry, initialise, postConnect, processImmediately, send, shutdownclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetName, getPreferredLogContext, getPreferredRegistry, initialise, shutdownprotected void postConnect()
AbstractComponentpostConnect in class StandardViewerprotected void handleTimestep(KVTimestep t)
AbstractViewerhandleTimestep in class AbstractViewer<StandardWorldModel>t - The KVTimestep object.public java.lang.String toString()
toString in class java.lang.Object