|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is implemented by an object that listens for changes to a JGoDocument and to any changes to the JGoObjects contained within that JGoDocument.
JGoDocumentEvent
,
JGoDocument
,
JGoViewListener
Method Summary | |
void |
documentChanged(JGoDocumentEvent e)
Whenever a JGoDocument changes this method will be called on all JGoDocumentListener objects that have been registered on the JGoDocument. |
Method Detail |
public void documentChanged(JGoDocumentEvent e)
Note that this event will be triggered whenever any JGoObject is added or deleted to this JGoDocument or whenever any JGoObject contained within this JGoDocument is modified.
e
- is a document event describing the change
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |