Package | Description |
---|---|
net.sf.jguiraffe.gui.cmd |
This package contains the implementation of the Command pattern.
|
Modifier and Type | Method and Description |
---|---|
void |
CommandQueueImpl.addQueueListener(CommandQueueListener l)
Adds an event listener to this queue.
|
void |
CommandQueue.addQueueListener(CommandQueueListener l)
Adds a new listener to this queue.
|
void |
CommandQueueImpl.removeQueueListener(CommandQueueListener l)
Removes the specified event listener from this queue.
|
void |
CommandQueue.removeQueueListener(CommandQueueListener l)
Removes the specified event listener from this command queue.
|
Copyright © 2016 The JGUIraffe Team. All rights reserved.