apps.remotecontrol.tableportal
Interface TablePortalControlPanel.ControlPanelListener
- Enclosing class:
- TablePortalControlPanel
public static interface TablePortalControlPanel.ControlPanelListener
The listener interface for receiving controlPanel events. The class that
is interested in processing a controlPanel event implements this
interface, and the object created with that class is registered with a
component using the component's
addControlPanelListener method. When
the controlPanel event occurs, that object's appropriate
method is invoked.
- See Also:
ControlPanelEvent