Java Date Picker v2.0.0

com.standbysoft.datepicker.event
Class MonthModelAdapter

java.lang.Object
  |
  +--com.standbysoft.datepicker.event.MonthModelAdapter
All Implemented Interfaces:
java.util.EventListener, MonthModelListener

public class MonthModelAdapter
extends java.lang.Object
implements MonthModelListener

A default implementation for a MonthModelListener.

Author:
Nicolae Cismaru

Constructor Summary
MonthModelAdapter()
           
 
Method Summary
 void dateIntervalChanged(MonthModelEvent evt)
          Notifies when the allowed dates interval of the model changes.
 void dowFirstChanged(MonthModelEvent evt)
          Notifies that the first day of week has changed.
 void dowNamesFormatChanged(MonthModelEvent evt)
          Notifies that the day of week format has changed.
 void monthChanged(MonthModelEvent evt)
          Notifies when the displayed month changes.
 void monthNamesFormatChanged(MonthModelEvent evt)
          Notifies that the month format has changed.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonthModelAdapter

public MonthModelAdapter()
Method Detail

monthChanged

public void monthChanged(MonthModelEvent evt)
Description copied from interface: MonthModelListener
Notifies when the displayed month changes.
Specified by:
monthChanged in interface MonthModelListener

dateIntervalChanged

public void dateIntervalChanged(MonthModelEvent evt)
Description copied from interface: MonthModelListener
Notifies when the allowed dates interval of the model changes.
Specified by:
dateIntervalChanged in interface MonthModelListener

dowNamesFormatChanged

public void dowNamesFormatChanged(MonthModelEvent evt)
Description copied from interface: MonthModelListener
Notifies that the day of week format has changed.
Specified by:
dowNamesFormatChanged in interface MonthModelListener

monthNamesFormatChanged

public void monthNamesFormatChanged(MonthModelEvent evt)
Description copied from interface: MonthModelListener
Notifies that the month format has changed.
Specified by:
monthNamesFormatChanged in interface MonthModelListener

dowFirstChanged

public void dowFirstChanged(MonthModelEvent evt)
Description copied from interface: MonthModelListener
Notifies that the first day of week has changed.
Specified by:
dowFirstChanged in interface MonthModelListener

Java Date Picker v2.0.0

Copyright © 2003 Standby Soft Ltd. All Rights Reserved.