Java Date Picker v3.2

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 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.


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 v3.2

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

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