synergynetframework.jme.simulators.tuiosimulator
Class TableSimTUIOComms

java.lang.Object
  extended by synergynetframework.jme.simulators.tuiosimulator.TableSimTUIOComms

public class TableSimTUIOComms
extends java.lang.Object

The Class TableSimTUIOComms.


Field Summary
static int DEFAULT_PORT
          The Constant DEFAULT_PORT.
 
Method Summary
 void cursorDelete()
          Cursor delete.
static TableSimTUIOComms getInstance()
          Gets the single instance of TableSimTUIOComms.
 void init(java.lang.String host, int port)
          Inits the.
 void multiCursorMessage(IndividualCursor[] cursors)
          Multi cursor message.
 void quit()
          Quit.
 void reset()
          Reset.
 void singleCursorMessage(IndividualCursor cursorInfo)
          Single cursor message.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PORT

public static final int DEFAULT_PORT
The Constant DEFAULT_PORT.

See Also:
Constant Field Values
Method Detail

getInstance

public static TableSimTUIOComms getInstance()
Gets the single instance of TableSimTUIOComms.

Returns:
single instance of TableSimTUIOComms

cursorDelete

public void cursorDelete()
Cursor delete.


init

public void init(java.lang.String host,
                 int port)
Inits the.

Parameters:
host - the host
port - the port

multiCursorMessage

public void multiCursorMessage(IndividualCursor[] cursors)
Multi cursor message.

Parameters:
cursors - the cursors

quit

public void quit()
Quit.


reset

public void reset()
Reset.


singleCursorMessage

public void singleCursorMessage(IndividualCursor cursorInfo)
Single cursor message.

Parameters:
cursorInfo - the cursor info