Class draw2d.CommandStackEventListener
Object
|
+--draw2d.CommandStackEventListener
- class
draw2d.CommandStackEventListener
Defined in CommandStackEventListener.js
Version: 0.9.14
Author: Andreas Herz
|
Field Summary |
Object |
type
|
|
Constructor Summary |
draw2d.CommandStackEventListener
()
A listener interface for receiving notification before and after commands are executed, undone, or redone.
|
|
Method Summary |
void
|
stackChanged( event)
Sent when an event occurs on the command stack.
|
type
Object type
draw2d.CommandStackEventListener
draw2d.CommandStackEventListener()
A listener interface for receiving notification before and after commands are executed, undone, or redone.
Version: 0.9.14
Author: Andreas Herz
stackChanged
void stackChanged( event)
Sent when an event occurs on the command stack. draw2d.CommandStackEvent.getDetail()
can be used to identify the type of event which has occurred.
Documentation generated by
JSDoc on Thu Feb 7 23:45:47 2008