public interface ActiveViewerListener extends java.util.EventListener
Viewer
.Modifier and Type | Method and Description |
---|---|
void |
activeViewerChanged(ViewerEvent event)
A property change of current active viewer has changed.
|
void |
viewerActivated(Viewer viewer)
Viewer just get the active state.
|
void |
viewerDeactivated(Viewer viewer)
Viewer just lost the active state.
|
void viewerActivated(Viewer viewer)
viewerDeactivated(Viewer)
event describing
the viewer which actually lose activation.void viewerDeactivated(Viewer viewer)
viewerActivated(Viewer)
event describing the
new activated viewer.void activeViewerChanged(ViewerEvent event)