graphics2.listener
Class MyCheckBoxListener

java.lang.Object
  |
  +--graphics2.listener.MyCheckBoxListener
All Implemented Interfaces:
java.util.EventListener, java.awt.event.ItemListener

public class MyCheckBoxListener
extends java.lang.Object
implements java.awt.event.ItemListener

This listener is used in ServerDesciptionPanel and ClientDescriptionPanel

Version:
0.1, Jun 20, 2003
Author:
mladoue

Constructor Summary
MyCheckBoxListener(DescriptionPanel dp)
           
 
Method Summary
 void itemStateChanged(java.awt.event.ItemEvent e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyCheckBoxListener

public MyCheckBoxListener(DescriptionPanel dp)
Method Detail

itemStateChanged

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