JDatePicker v4.3

com.standbysoft.component.date.swing.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.


Method Summary
 void monthChanged(MonthModelEvent evt)
          Notifies when the displayed month changes.
 void monthNamesChanged(MonthModelEvent evt)
          Notifies that the month format has changed.
 void todayChanged(MonthModelEvent evt)
          Notifies that the today date has changed.
 

Method Detail

monthChanged

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


monthNamesChanged

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


todayChanged

public void todayChanged(MonthModelEvent evt)
Notifies that the today date has changed. Usually this means that the day has changed.


JDatePicker v4.3

Visit www.jdatepicker.com for further information or send us your suggestions.

Copyright © 2003-2007 Stand By Soft Ltd. All Rights Reserved.