Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sunwheeltech.sirius
Class GenericBrowserPanel.EventProxy  view GenericBrowserPanel.EventProxy download GenericBrowserPanel.EventProxy.java

java.lang.Object
  extended bycom.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


Constructor Summary
(package private) GenericBrowserPanel.EventProxy()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ev)
          This method is invoked when an action occurs.
 void itemStateChanged(java.awt.event.ItemEvent ev)
          This method is called when an item's state is changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericBrowserPanel.EventProxy

GenericBrowserPanel.EventProxy()
Method Detail

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