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 voidCommandQueue. addQueueListener(CommandQueueListener l)Adds a new listener to this queue.voidCommandQueueImpl. addQueueListener(CommandQueueListener l)Adds an event listener to this queue.voidCommandQueue. removeQueueListener(CommandQueueListener l)Removes the specified event listener from this command queue.voidCommandQueueImpl. removeQueueListener(CommandQueueListener l)Removes the specified event listener from this queue.
-