Uses of Class
net.sf.jguiraffe.gui.cmd.CommandQueueEvent.Type
-
Packages that use CommandQueueEvent.Type Package Description net.sf.jguiraffe.gui.cmd This package contains the implementation of the Command pattern. -
-
Uses of CommandQueueEvent.Type in net.sf.jguiraffe.gui.cmd
Methods in net.sf.jguiraffe.gui.cmd that return CommandQueueEvent.Type Modifier and Type Method Description CommandQueueEvent.TypeCommandQueueEvent. getType()Returns the type of this event.static CommandQueueEvent.TypeCommandQueueEvent.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.Methods in net.sf.jguiraffe.gui.cmd with parameters of type CommandQueueEvent.Type Modifier and Type Method Description protected voidCommandQueueImpl. fireQueueEvent(Command cmd, CommandQueueEvent.Type eventType)Notifies all registered listeners about a change in the state of this queue.Constructors in net.sf.jguiraffe.gui.cmd with parameters of type CommandQueueEvent.Type Constructor Description CommandQueueEvent(CommandQueue q, Command c, CommandQueueEvent.Type t)Creates a new instance ofCommandQueueEventand fully initializes it.
-