ilog.views.util.swing.calendar.plaf
Class BasicCalendarPanelUI.PropertyChangeHandler

java.lang.Object
  extended by ilog.views.util.swing.calendar.plaf.BasicCalendarPanelUI.PropertyChangeHandler
All Implemented Interfaces:
PropertyChangeListener, EventListener
Enclosing class:
BasicCalendarPanelUI

public class BasicCalendarPanelUI.PropertyChangeHandler
extends Object
implements PropertyChangeListener

The PropertyChangeListener that is added to the calendar panel at BasicCalendarPanelUI.installUI(javax.swing.JComponent) time.

See Also:
BasicCalendarPanelUI.createPropertyChangeListener()

Constructor Summary
BasicCalendarPanelUI.PropertyChangeHandler()
          Creates a new PropertyChangeHandler.
 
Method Summary
 void propertyChange(PropertyChangeEvent e)
          Invoked when a bound property of the calendar panel is changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicCalendarPanelUI.PropertyChangeHandler

public BasicCalendarPanelUI.PropertyChangeHandler()
Creates a new PropertyChangeHandler.

Method Detail

propertyChange

public void propertyChange(PropertyChangeEvent e)
Invoked when a bound property of the calendar panel is changed.

Specified by:
propertyChange in interface PropertyChangeListener
Parameters:
e - The event describing the property that changed.


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.