public interface ActiveViewListener
extends java.util.EventListener
ActiveViewListener interface should be implemented by extensions that need to know when views in the IDE change their active status.| Modifier and Type | Method and Description |
|---|---|
void |
activeViewChanged(ActiveViewEvent e)
This method is called every time a view becomes the active view.
|
void activeViewChanged(ActiveViewEvent e)
ActiveViewEvent will have information about the view that is becoming active and the view that became inactive.