public interface CommandQueueListener extends EventListener
Definition of an interface for listeners that want to be notified about
changes in the state of a object.
CommandQueue
This interface defines one single method for processing event objects of type
CommandQueueEvent. The event's Type property
can be used to determine what has happened.
CommandQueueImpl,
CommandQueueEvent| Modifier and Type | Method and Description |
|---|---|
void |
commandQueueChanged(CommandQueueEvent e)
Notifies this listener about a change in the state of a command queue.
|
void commandQueueChanged(CommandQueueEvent e)
e - the event object describing the changeCopyright © 2016 The JGUIraffe Team. All rights reserved.