Lissajou
Class LissajouMain.LissajouGUI.ItemAdapter

java.lang.Object
  extended by Lissajou.LissajouMain.LissajouGUI.ItemAdapter
All Implemented Interfaces:
java.awt.event.ItemListener, java.util.EventListener
Enclosing class:
LissajouMain.LissajouGUI

abstract class LissajouMain.LissajouGUI.ItemAdapter
extends java.lang.Object
implements java.awt.event.ItemListener


Constructor Summary
LissajouMain.LissajouGUI.ItemAdapter()
           
 
Method Summary
abstract  void itemStateChanged(java.awt.event.ItemEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LissajouMain.LissajouGUI.ItemAdapter

LissajouMain.LissajouGUI.ItemAdapter()
Method Detail

itemStateChanged

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