visualizer
Class GraphicalServerVisualizer
java.lang.Object
|
+--visualizer.SocketVisualizerTemplate
|
+--visualizer.GraphicalServerVisualizer
- All Implemented Interfaces:
- Visualizer
- public class GraphicalServerVisualizer
- extends SocketVisualizerTemplate
- implements Visualizer
A visualizer that prints out when the server receives an WorldState
update.
- Version:
- $Revision: 1.8 $
- Author:
- Dave Jurgens
|
Method Summary |
static void |
main(String[] args)
|
protected void |
processAcceptedConnection(Class hostType,
connect.ChannelBundle acceptedConnection)
When a component connects to the component that it requested
the connection to, this method is called. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
worldViz
private visualizer.WorldStateViz worldViz
GraphicalServerVisualizer
public GraphicalServerVisualizer(connect.CreatesConnection remoteComponent)
processAcceptedConnection
protected void processAcceptedConnection(Class hostType,
connect.ChannelBundle acceptedConnection)
- Description copied from class:
SocketVisualizerTemplate
- When a component connects to the component that it requested
the connection to, this method is called.
- Specified by:
processAcceptedConnection in class SocketVisualizerTemplate
main
public static void main(String[] args)
To submit a bug or feature email the author of that class. Funding for this research was provided by Boeing and DARPA.