Package | Description |
---|---|
net.sf.jguiraffe.gui.cmd |
This package contains the implementation of the Command pattern.
|
Modifier and Type | Method and Description |
---|---|
CommandQueueEvent.Type |
CommandQueueEvent.getType()
Returns the type of this event.
|
static CommandQueueEvent.Type |
CommandQueueEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandQueueEvent.Type[] |
CommandQueueEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CommandQueueImpl.fireQueueEvent(Command cmd,
CommandQueueEvent.Type eventType)
Notifies all registered listeners about a change in the state of this
queue.
|
Constructor and Description |
---|
CommandQueueEvent(CommandQueue q,
Command c,
CommandQueueEvent.Type t)
Creates a new instance of
CommandQueueEvent and fully
initializes it. |
Copyright © 2016 The JGUIraffe Team. All rights reserved.