JDatePicker v4.3.25

com.standbysoft.component.date.swing.event
Class MonthModelAdapter

java.lang.Object
  extended by com.standbysoft.component.date.swing.event.MonthModelAdapter
All Implemented Interfaces:
MonthModelListener, java.util.EventListener

public class MonthModelAdapter
extends java.lang.Object
implements MonthModelListener

A default implementation for a MonthModelListener.


Constructor Summary
MonthModelAdapter()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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

monthNamesChanged

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

Specified by:
monthNamesChanged in interface MonthModelListener

todayChanged

public void todayChanged(MonthModelEvent evt)
Description copied from interface: MonthModelListener
Notifies that the today date has changed. Usually this means that the day has changed.

Specified by:
todayChanged in interface MonthModelListener

JDatePicker v4.3.25

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

Copyright © 2003-2010 Elmro Ltd. All Rights Reserved.