|
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.core.EscObject
org.eclipse.soda.dk.command.CommandListeners
public class CommandListeners
The CommandListeners class implements the CommandListener interface.
ErrorListener,
CommandListener| Field Summary |
|---|
| Constructor Summary | |
|---|---|
CommandListeners(CommandListener[] objects)
Constructs an CommandListeners object using the input parameter(s). |
|
CommandListeners(CommandListener currentObject,
CommandListener newObject)
Constructs an CommandListeners object using the input parameter(s). |
|
| Method Summary | |
|---|---|
static CommandListener |
add(CommandListener currentObject,
CommandListener newObject)
Perform the add method and return the CommandListener result. |
void |
commandExecuted(CommandService source,
java.lang.Object timestamp,
ChannelService channel,
java.lang.Object data)
Command executed with the specified source, timestamp, channel and data parameters. |
void |
commandExecuted(CommandService source,
java.lang.Object timestamp,
java.lang.Object data)
This method is fired to all Listeners each time the command is executed. |
void |
errorOccurred(java.lang.Object source,
java.lang.Object timestamp,
java.lang.Object data)
The errorOccurred method is called when an error has occurred. |
CommandListener[] |
getObjects()
Gets the CommandListener [] objects property value. |
protected CommandListener |
remove(CommandListener removeHandler)
Perform the remove method and return the CommandListener result. |
static CommandListener |
remove(CommandListener currentObject,
CommandListener removeObject)
Perform the remove method and return the CommandListener result. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CommandListeners(CommandListener currentObject,
CommandListener newObject)
CommandListeners object using the input parameter(s).
currentObject - The current object (CommandListener) parameter.newObject - The new object (CommandListener) parameter.CommandListeners(CommandListener[])public CommandListeners(CommandListener[] objects)
CommandListeners object using the input parameter(s).
objects - The objects (CommandListener[]) parameter.CommandListeners(CommandListener,CommandListener)| Method Detail |
|---|
public static CommandListener add(CommandListener currentObject,
CommandListener newObject)
CommandListener result.
currentObject - The current object (CommandListener) parameter.newObject - The new object (CommandListener) parameter.
CommandListener) value.
public static CommandListener remove(CommandListener currentObject,
CommandListener removeObject)
CommandListener result.
currentObject - The current object (CommandListener) parameter.removeObject - The remove object (CommandListener) parameter.
CommandListener) value.remove(CommandListener)
public void commandExecuted(CommandService source,
java.lang.Object timestamp,
ChannelService channel,
java.lang.Object data)
commandExecuted in interface MultiplexCommandListenersource - The source (CommandService) parameter.timestamp - The time stamp (Object) parameter.channel - The channel (ChannelService) parameter.data - The data (Object) parameter.commandExecuted(CommandService,Object,Object)
public void commandExecuted(CommandService source,
java.lang.Object timestamp,
java.lang.Object data)
commandExecuted in interface CommandListenersource - The source (CommandService) parameter.timestamp - The time stamp (Object) parameter.data - The data (Object) parameter.commandExecuted(CommandService,Object,ChannelService,Object)
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 time stamp (Object) parameter.data - The data (Object) parameter.public CommandListener[] getObjects()
CommandListener [] objects property value.
CommandListener[]) value.protected CommandListener remove(CommandListener removeHandler)
CommandListener result.
removeHandler - The remove handler (CommandListener) parameter.
CommandListener) value.remove(CommandListener,CommandListener)
|
2009-01-09 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||