|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.dk.matrix.lcd.simulator.MatrixCorpLcdSimulator
public class MatrixCorpLcdSimulator
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.soda.dk.matrix.lcd.simulator.view.interfaces.LcdViewListener |
|---|
DOWN_BUTTON, ENTER_BUTTON, F1_BUTTON, F2_BUTTON, LEFT_BUTTON, POWER_BUTTON, RIGHT_BUTTON, UP_BUTTON |
| Constructor Summary | |
|---|---|
MatrixCorpLcdSimulator()
Constructs an instance of this class. |
|
MatrixCorpLcdSimulator(int port)
Constructs an instance of this class from the specified port parameter. |
|
| Method Summary | |
|---|---|
void |
buttonPressed(int button)
Button pressed with the specified button parameter. |
protected Connection |
getConnection()
Returns the connection. |
protected Queue |
getProcessingQueue()
Returns the processingQueue. |
protected boolean |
isConnected()
Returns the connected. |
protected boolean |
isConnectionProcessing()
Returns the connectionProcessing. |
protected boolean |
isEventProcessing()
Returns the eventProcessing. |
protected boolean |
isWaitingForConnection()
Retuns the waitingForConnection. |
protected void |
processTcpipData()
Process tcpip data. |
protected void |
setConnected(boolean connected)
Sets the connected. |
protected void |
setConnection(Connection connection)
Sets the connection. |
protected void |
setConnectionProcessing(boolean connectionProcessing)
Sets the connectionProcessing. |
protected void |
setEventProcessing(boolean eventProcessing)
Sets the eventProcessing. |
protected void |
setProcessingQueue(Queue processingQueue)
Sets the processingQueue. |
protected void |
setWaitingForConnection(boolean waitingForConnection)
Sets the waitingForConnection. |
void |
shutdown()
Shutdown. |
void |
simulatorClosed()
Simulator closed. |
protected void |
startTcpipProcessing()
Start tcpip processing. |
void |
startup()
Startup. |
protected void |
uiAction(byte[] command)
Ui action with the specified command parameter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MatrixCorpLcdSimulator()
MatrixCorpLcdSimulator(int)public MatrixCorpLcdSimulator(int port)
port - The port (int) parameter.MatrixCorpLcdSimulator()| Method Detail |
|---|
public void buttonPressed(int button)
buttonPressed in interface LcdViewListenerbutton - The button (int) parameter.protected Connection getConnection()
Connection) value.isWaitingForConnection(),
setConnection(Connection),
setWaitingForConnection(boolean)protected Queue getProcessingQueue()
Queue) value.setProcessingQueue(Queue)protected boolean isConnected()
boolean) value.setConnected(boolean)protected boolean isConnectionProcessing()
boolean) value.setConnectionProcessing(boolean)protected boolean isEventProcessing()
boolean) value.setEventProcessing(boolean)protected boolean isWaitingForConnection()
boolean) value.setWaitingForConnection(boolean)protected void processTcpipData()
protected void setConnected(boolean connected)
connected - The connected to setisConnected()protected void setConnection(Connection connection)
connection - The connection to setgetConnection(),
isWaitingForConnection(),
setWaitingForConnection(boolean)protected void setConnectionProcessing(boolean connectionProcessing)
connectionProcessing - The connectionProcessing to setisConnectionProcessing()protected void setEventProcessing(boolean eventProcessing)
eventProcessing - The eventProcessing to setisEventProcessing()protected void setProcessingQueue(Queue processingQueue)
processingQueue - The processingQueue to setgetProcessingQueue()protected void setWaitingForConnection(boolean waitingForConnection)
waitingForConnection - The waitingForConnection to setisWaitingForConnection()public void shutdown()
public void simulatorClosed()
simulatorClosed in interface LcdViewListenerprotected void startTcpipProcessing()
public void startup()
protected void uiAction(byte[] command)
command - The command (byte[]) parameter.
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||