cookxml.cookswing.util
Class SyncButtonStateListener

java.lang.Object
  extended bycookxml.cookswing.util.SyncButtonStateListener
All Implemented Interfaces:
EventListener, ItemListener, PropertyChangeListener

public class SyncButtonStateListener
extends Object
implements PropertyChangeListener, ItemListener

This listener is used to synchronize button states.

Since:
CookSwing 1.0
See Also:
SyncButtonStateHelper

Method Summary
 void itemStateChanged(ItemEvent e)
           
 void propertyChange(PropertyChangeEvent e)
           
static void syncButtons(LinkedList btnList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

itemStateChanged

public void itemStateChanged(ItemEvent e)
Specified by:
itemStateChanged in interface ItemListener

propertyChange

public void propertyChange(PropertyChangeEvent e)
Specified by:
propertyChange in interface PropertyChangeListener

syncButtons

public static void syncButtons(LinkedList btnList)