|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The ViewListener
interface should be implemented
by extensions that need to know when views in the IDE change their
state. There are three state changes that a view reports:
1) when it is activated, 2) when it is deactivated, and 3) when
it is closed.
Method Summary | |
void |
viewActivated(ViewEvent e)
Called when the view is activated. |
void |
viewClosed(ViewEvent e)
Called when the view is closed. |
void |
viewDeactivated(ViewEvent e)
Called when the view is deactivated. |
Method Detail |
public void viewActivated(ViewEvent e)
ViewEvent
provides
information about the view activated.
public void viewDeactivated(ViewEvent e)
ViewEvent
provides
information about the view activated.
public void viewClosed(ViewEvent e)
ViewEvent
provides
information about the view activated.
|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright ©1997, 2003, Oracle. All rights reserved.