@Immutable @Deprecated public class CommandListenerMulticaster extends java.lang.Object implements CommandListener
Constructor and Description |
---|
CommandListenerMulticaster(java.util.List<CommandListener> commandListeners)
Deprecated.
Construct an instance with the given list of command listeners
|
Modifier and Type | Method and Description |
---|---|
void |
commandFailed(CommandFailedEvent event)
Deprecated.
Listener for command failure events
|
void |
commandStarted(CommandStartedEvent event)
Deprecated.
Listener for command started events.
|
void |
commandSucceeded(CommandSucceededEvent event)
Deprecated.
Listener for command completed events
|
java.util.List<CommandListener> |
getCommandListeners()
Deprecated.
Gets the command listeners.
|
public CommandListenerMulticaster(java.util.List<CommandListener> commandListeners)
commandListeners
- the non-null list of command listeners, none of which may be nullpublic java.util.List<CommandListener> getCommandListeners()
public void commandStarted(CommandStartedEvent event)
CommandListener
commandStarted
in interface CommandListener
event
- the eventpublic void commandSucceeded(CommandSucceededEvent event)
CommandListener
commandSucceeded
in interface CommandListener
event
- the eventpublic void commandFailed(CommandFailedEvent event)
CommandListener
commandFailed
in interface CommandListener
event
- the eventCopyright © 2010 - 2020 Adobe. All Rights Reserved