Boeing Simulation 3.1 API Specification

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

Field Summary
private static long serialVersionUID
           
private  visualizer.WorldStateViz worldViz
           
 
Fields inherited from class visualizer.SocketVisualizerTemplate
 
Constructor Summary
GraphicalServerVisualizer(connect.CreatesConnection remoteComponent)
           
 
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 visualizer.SocketVisualizerTemplate
connect, getComponentEmissary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

worldViz

private visualizer.WorldStateViz worldViz
Constructor Detail

GraphicalServerVisualizer

public GraphicalServerVisualizer(connect.CreatesConnection remoteComponent)
Method Detail

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)

Boeing Simulation 3.1 API Specification

To submit a bug or feature email the author of that class. Funding for this research was provided by Boeing and DARPA.