|
2009-01-09 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.device.awt.CommandBridge
public class CommandBridge
| Field Summary | |
|---|---|
protected CommandService |
command
Define the signal (SignalService) field. |
protected DeviceAwt |
deviceAwt
Define the device awt (DeviceAwt) field. |
protected int |
index
Define the index (int) field. |
protected java.awt.List |
list
Define the list (List) field. |
| Constructor Summary | |
|---|---|
CommandBridge()
Constructs an instance of this class. |
|
CommandBridge(DeviceAwt deviceAwt,
java.awt.List list,
int index,
CommandService command)
Constructs an instance of this class from the specified device awt, list, index and command parameters. |
|
| Method Summary | |
|---|---|
void |
commandExecuted(CommandService source,
java.lang.Object timestamp,
java.lang.Object data)
Command executed with the specified source, timestamp and data parameters. |
void |
errorOccurred(java.lang.Object source,
java.lang.Object timestamp,
java.lang.Object data)
Error occurred with the specified source, timestamp and data parameters. |
CommandService |
getCommand()
Gets the command (CommandService) value. |
DeviceAwt |
getDeviceAwt()
Gets the device AWT value. |
int |
getIndex()
Gets the index (int) value. |
java.awt.List |
getList()
Gets the list value. |
void |
setCommand(CommandService command)
Sets the command value. |
void |
setDeviceAwt(DeviceAwt deviceAwt)
Sets the device AWT value. |
void |
setIndex(int index)
Sets the index value. |
void |
setList(java.awt.List list)
Sets the list value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected CommandService command
protected java.awt.List list
protected int index
protected DeviceAwt deviceAwt
| Constructor Detail |
|---|
public CommandBridge()
CommandBridge(DeviceAwt,List,int,CommandService)
public CommandBridge(DeviceAwt deviceAwt,
java.awt.List list,
int index,
CommandService command)
deviceAwt - The device awt (DeviceAwt) parameter.list - The list (List) parameter.index - The index (int) parameter.command - The command (CommandService) parameter.CommandBridge()| Method Detail |
|---|
public void commandExecuted(CommandService source,
java.lang.Object timestamp,
java.lang.Object data)
commandExecuted in interface CommandListenersource - The source (CommandService) parameter.timestamp - The timestamp (Object) parameter.data - The data (Object) parameter.
public void errorOccurred(java.lang.Object source,
java.lang.Object timestamp,
java.lang.Object data)
errorOccurred in interface ErrorListenersource - The source (Object) parameter.timestamp - The timestamp (Object) parameter.data - The data (Object) parameter.public CommandService getCommand()
CommandService) value.setCommand(CommandService)public DeviceAwt getDeviceAwt()
DeviceAwt) value.setDeviceAwt(DeviceAwt)public int getIndex()
int) value.setIndex(int)public java.awt.List getList()
List) value.setList(List)public void setCommand(CommandService command)
command - The command (CommandService) parameter.getCommand()public void setDeviceAwt(DeviceAwt deviceAwt)
deviceAwt - The device awt (DeviceAwt) parameter.getDeviceAwt()public void setIndex(int index)
index - The index (int) parameter.getIndex()public void setList(java.awt.List list)
list - The list (List) parameter.getList()
|
2009-01-09 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||