net.aerith.misao.gui
Class BaseFrame.UIListener

java.lang.Object
  |
  +--net.aerith.misao.gui.BaseFrame.UIListener
Enclosing class:
BaseFrame

protected class BaseFrame.UIListener
extends java.lang.Object
implements java.awt.event.ItemListener

The UIListener is a listener class of menu selection to change the look and feel.


Constructor Summary
protected BaseFrame.UIListener()
           
 
Method Summary
 void itemStateChanged(java.awt.event.ItemEvent e)
          Invoked when one of the radio button menus is selected.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

BaseFrame.UIListener

protected BaseFrame.UIListener()
Method Detail

itemStateChanged

public void itemStateChanged(java.awt.event.ItemEvent e)
Invoked when one of the radio button menus is selected.
Specified by:
itemStateChanged in interface java.awt.event.ItemListener
Parameters:
e - contains the selected menu item.