|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsynergynetframework.jme.simulators.tuiosimulator.TableSimTUIOComms
public class TableSimTUIOComms
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 |
|---|
public static final int DEFAULT_PORT
| Method Detail |
|---|
public static TableSimTUIOComms getInstance()
public void cursorDelete()
public void init(java.lang.String host,
int port)
host - the hostport - the portpublic void multiCursorMessage(IndividualCursor[] cursors)
cursors - the cursorspublic void quit()
public void reset()
public void singleCursorMessage(IndividualCursor cursorInfo)
cursorInfo - the cursor info
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||