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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MonthModelAdapter
public MonthModelAdapter()
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
Copyright © 2003 Standby Soft Ltd. All Rights Reserved.