Uses of Interface
net.sf.jguiraffe.gui.cmd.CommandQueueListener
-
Packages that use CommandQueueListener Package Description net.sf.jguiraffe.gui.cmd This package contains the implementation of the Command pattern. -
-
Uses of CommandQueueListener in net.sf.jguiraffe.gui.cmd
Methods in net.sf.jguiraffe.gui.cmd with parameters of type CommandQueueListener Modifier and Type Method Description void
CommandQueue. addQueueListener(CommandQueueListener l)
Adds a new listener to this queue.void
CommandQueueImpl. addQueueListener(CommandQueueListener l)
Adds an event listener to this queue.void
CommandQueue. removeQueueListener(CommandQueueListener l)
Removes the specified event listener from this command queue.void
CommandQueueImpl. removeQueueListener(CommandQueueListener l)
Removes the specified event listener from this queue.
-