public class ViewAdapter extends java.lang.Object implements ViewListener
ViewListener implementations. Extend this class if you
only one to implement some of the ViewListener methods.| Constructor and Description |
|---|
ViewAdapter() |
| 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.
|
public void viewActivated(ViewEvent e)
ViewListenerViewEvent provides
information about the view activated.viewActivated in interface ViewListenerpublic void viewDeactivated(ViewEvent e)
ViewListenerViewEvent provides
information about the view activated.viewDeactivated in interface ViewListenerpublic void viewClosed(ViewEvent e)
ViewListenerViewEvent provides
information about the view activated.viewClosed in interface ViewListener