|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CommandListener
Listener interface to listen for editing Commands performed on a Document.
| Method Summary | |
|---|---|
void |
executed(Document doc,
Command c)
Called when the command is executed the very first time on a document. |
void |
redone(Document doc,
Command c)
Called when the command has been re-executed after it has been undone. |
void |
undone(Document doc,
Command c)
Called when the command has been undone on a document. |
| Method Detail |
|---|
void executed(Document doc,
Command c)
doc - the document being changedc - the command that just has been executed
void undone(Document doc,
Command c)
doc - the document being changedc - the command that just has been undone
void redone(Document doc,
Command c)
doc - the document being changedc - the command that just has been redone
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||