public interface ViewListener extends EventListener
This interface is partly based on the Swing InternalFrameListener interface.
Modifier and Type | Method and Description |
---|---|
void |
viewClosed(ViewEvent e)
Invoked when the view has been closed.
|
void |
viewClosing(ViewEvent e)
Invoked when the view is about to be closed
|
void |
viewDeselected(ViewEvent e)
Invoked when the view has been de-selected.
|
void |
viewHidden(ViewEvent e)
Invoked when the view has been hidden.
|
void |
viewMoved(ViewEvent e)
Invoked when the view moves
|
void |
viewResized(ViewEvent e)
Invoked when the view was resized
|
void |
viewSelected(ViewEvent e)
Invoked when the view has been selected.
|
void |
viewShown(ViewEvent e)
Invoked when the view has been shown.
|
void viewClosed(ViewEvent e)
void viewClosing(ViewEvent e)
void viewDeselected(ViewEvent e)
void viewHidden(ViewEvent e)
void viewMoved(ViewEvent e)
void viewResized(ViewEvent e)
void viewSelected(ViewEvent e)
void viewShown(ViewEvent e)
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.