public class ControllerListenerAdapter extends java.lang.Object implements ControllerListener
| Constructor and Description |
|---|
ControllerListenerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
componentSelected(ControllerEvent e)
The component has been selected.
|
void |
componentSelecting(ControllerEvent e)
The component is about to be selected.
|
void |
componentSized(ControllerEvent e)
The component has been resized.
|
void |
componentSizing(ControllerEvent e)
The component is about to be resized.
|
void |
popupTriggered(ControllerEvent e)
The popup has been triggered for this view.
|
void |
popupTriggering(ControllerEvent e)
The popup is about to be triggered for this view.
|
public void componentSizing(ControllerEvent e)
componentSizing in interface ControllerListenere - the event describing the resizepublic void componentSized(ControllerEvent e)
componentSized in interface ControllerListenere - the event describing the resizepublic void componentSelecting(ControllerEvent e)
componentSelecting in interface ControllerListenere - the event describing the selectionpublic void componentSelected(ControllerEvent e)
componentSelected in interface ControllerListenere - the event describing the selectionpublic void popupTriggering(ControllerEvent e)
popupTriggering in interface ControllerListenere - the event describing the popuppublic void popupTriggered(ControllerEvent e)
popupTriggered in interface ControllerListenere - the event describing the popup