java.lang.Object |
↳ |
vars.annotation.ui.commandqueue.CommandQueue |
Class Overview
The command queue processes commands in the order received. Commands are send via
EventBus as CommandEvents. There are 2 types of CommandEvents, DoCommmandEvent and
UndoCommandEvent. For all practical purposes components should use only the
DoCommandEvent; the UndoCommandEvent is mainly for internal use only.
Other events that the command queue listens for are:
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0)
|
final
void
|
wait(long arg0, int arg1)
|
|
Public Constructors
Public Methods