|
2009-10-01 1.2.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()
Returns the waitingForConnection. |
protected void |
processTcpipData()
Process TCP/IP data. |
protected void |
setConnected(boolean connected)
Sets the connected value. |
protected void |
setConnection(Connection connection)
Sets the connection value. |
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 TCP/IP 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 (boolean) parameter.isConnected()protected void setConnection(Connection connection)
connection - The connection (Connection) parameter.getConnection(),
isWaitingForConnection(),
setWaitingForConnection(boolean)protected void setConnectionProcessing(boolean connectionProcessing)
connectionProcessing - The connection processing (boolean) parameter.isConnectionProcessing()protected void setEventProcessing(boolean eventProcessing)
eventProcessing - The event processing (boolean) parameter.isEventProcessing()protected void setProcessingQueue(Queue processingQueue)
processingQueue - The processing queue (Queue) parameter.getProcessingQueue()protected void setWaitingForConnection(boolean waitingForConnection)
waitingForConnection - The waiting for connection (boolean) parameter.isWaitingForConnection()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.
|
2009-10-01 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||