JDatePicker v4.3.25

com.standbysoft.component.date.event
Class DateAdapter

java.lang.Object
  extended by com.standbysoft.component.date.event.DateAdapter
All Implemented Interfaces:
DateListener, java.util.EventListener

public class DateAdapter
extends java.lang.Object
implements DateListener

A default implementation for a DateListener.


Constructor Summary
DateAdapter()
           
 
Method Summary
 void dateChanged(DateEvent evt)
          Notifies that the date represented by the model changed.
 void dateFieldChanged(DateEvent evt)
          Notifies that a date field changed.
 void dateFieldCleared(DateEvent evt)
          Notifies that a date field has been cleared.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateAdapter

public DateAdapter()
Method Detail

dateFieldChanged

public void dateFieldChanged(DateEvent evt)
Description copied from interface: DateListener
Notifies that a date field changed.

Specified by:
dateFieldChanged in interface DateListener
Parameters:
evt - event that describes the field change

dateChanged

public void dateChanged(DateEvent evt)
Description copied from interface: DateListener
Notifies that the date represented by the model changed.

Specified by:
dateChanged in interface DateListener
Parameters:
evt - event that describes the date change

dateFieldCleared

public void dateFieldCleared(DateEvent evt)
Description copied from interface: DateListener
Notifies that a date field has been cleared.

Specified by:
dateFieldCleared in interface DateListener
Parameters:
evt - event that describes the field change

JDatePicker v4.3.25

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

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