public interface ViewListener
extends java.util.EventListener
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.| Modifier and Type | Method and Description |
|---|---|
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.
|
void viewActivated(ViewEvent e)
ViewEvent provides
information about the view activated.void viewDeactivated(ViewEvent e)
ViewEvent provides
information about the view activated.