All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.ibm.as400.ui.framework.java.EventHandler
PanelManager
object for the panel that is generating the events.
PanelManager
instance which is managing the currently active panel.
EventHandler
.
protected PanelManager panelManager
PanelManager
instance which is managing the currently active panel.
This object will be called to handle events generated by this panel.
public EventHandler(PanelManager pm)
EventHandler
. Subclasses must
override, as follows:
public <handler_class_name>(PanelManager pm) { super(pm); }
PanelManager
for the currently active panel
public String toString()
All Packages Class Hierarchy This Package Previous Next Index