java.lang.Object
com.sunwheeltech.sirius.GenericBrowserPanel.EventProxy
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener, java.awt.event.ItemListener
- Enclosing class:
- GenericBrowserPanel
- private class GenericBrowserPanel.EventProxy
- extends java.lang.Object
- implements java.awt.event.ActionListener, java.awt.event.ItemListener
delegate that listens for selection changes in the ViewPane, and reports to listeners
registered to this component
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericBrowserPanel.EventProxy
GenericBrowserPanel.EventProxy()
itemStateChanged
public void itemStateChanged(java.awt.event.ItemEvent ev)
- Description copied from interface:
java.awt.event.ItemListener
- This method is called when an item's state is changed.
- Specified by:
itemStateChanged
in interface java.awt.event.ItemListener
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent ev)
- Description copied from interface:
java.awt.event.ActionListener
- This method is invoked when an action occurs.
- Specified by:
actionPerformed
in interface java.awt.event.ActionListener