Java Date Picker v2.0.0

com.standbysoft.datepicker.event
Interface MonthModelListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
MonthModelAdapter

public interface MonthModelListener
extends java.util.EventListener

A MonthModelListener can be any object that wants to receive notifications when a DateModel changes.

Author:
Nicolae Cismaru

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.
 

Method Detail

monthChanged

public void monthChanged(MonthModelEvent evt)
Notifies when the displayed month changes.

dateIntervalChanged

public void dateIntervalChanged(MonthModelEvent evt)
Notifies when the allowed dates interval of the model changes.

dowNamesFormatChanged

public void dowNamesFormatChanged(MonthModelEvent evt)
Notifies that the day of week format has changed.

monthNamesFormatChanged

public void monthNamesFormatChanged(MonthModelEvent evt)
Notifies that the month format has changed.

dowFirstChanged

public void dowFirstChanged(MonthModelEvent evt)
Notifies that the first day of week has changed.

Java Date Picker v2.0.0

Copyright © 2003 Standby Soft Ltd. All Rights Reserved.