|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface that listens for changes to a JGoView and the JGoObjects contained within that JGoView.
JGoViewEvent
,
JGoView
,
JGoDocumentListener
Method Summary | |
void |
viewChanged(JGoViewEvent e)
Whenever a JGoView changes this method will be called on all JGoViewListener objects that have been registered with the JGoView. |
Method Detail |
public void viewChanged(JGoViewEvent e)
Note that this event will be triggered whenever any JGoObject is added or deleted to this JGoView or whenever any JGoObject contained within this JGoView is modified. The JGoObjects contained within the view include resize handles and other object decorations, but do not include the JGoObjects added directly to the JGoDocument.
e
- the view event describing the change to the view
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |