org.jsqltool.replication.gui
Class ReplicationDialog_destComboBox_itemAdapter

java.lang.Object
  |
  +--org.jsqltool.replication.gui.ReplicationDialog_destComboBox_itemAdapter
All Implemented Interfaces:
java.util.EventListener, java.awt.event.ItemListener

class ReplicationDialog_destComboBox_itemAdapter
extends java.lang.Object
implements java.awt.event.ItemListener


Field Summary
(package private)  ReplicationDialog adaptee
           
 
Constructor Summary
(package private) ReplicationDialog_destComboBox_itemAdapter(ReplicationDialog adaptee)
           
 
Method Summary
 void itemStateChanged(java.awt.event.ItemEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

adaptee

ReplicationDialog adaptee
Constructor Detail

ReplicationDialog_destComboBox_itemAdapter

ReplicationDialog_destComboBox_itemAdapter(ReplicationDialog adaptee)
Method Detail

itemStateChanged

public void itemStateChanged(java.awt.event.ItemEvent e)
Specified by:
itemStateChanged in interface java.awt.event.ItemListener