com.adventnet.snmp.beans
Class PropertyCustomPanel.selectionListener

java.lang.Object
  extended by com.adventnet.snmp.beans.PropertyCustomPanel.selectionListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ListSelectionListener
Enclosing class:
PropertyCustomPanel

 class PropertyCustomPanel.selectionListener
extends java.lang.Object
implements javax.swing.event.ListSelectionListener


Field Summary
(package private)  PropertyCustomPanel custompanel
           
 
Constructor Summary
PropertyCustomPanel.selectionListener(PropertyCustomPanel custompanel)
           
 
Method Summary
 void valueChanged(javax.swing.event.ListSelectionEvent ee)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

custompanel

PropertyCustomPanel custompanel
Constructor Detail

PropertyCustomPanel.selectionListener

public PropertyCustomPanel.selectionListener(PropertyCustomPanel custompanel)
Method Detail

valueChanged

public void valueChanged(javax.swing.event.ListSelectionEvent ee)
Specified by:
valueChanged in interface javax.swing.event.ListSelectionListener