JDatePicker v4.3

com.standbysoft.component.date.event
Interface DateListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
DateAdapter, DateEditComponentBinding

public interface DateListener
extends java.util.EventListener

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


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.
 

Method Detail

dateFieldChanged

public void dateFieldChanged(DateEvent evt)
Notifies that a date field changed.

Parameters:
evt - event that describes the field change

dateFieldCleared

public void dateFieldCleared(DateEvent evt)
Notifies that a date field has been cleared.

Parameters:
evt - event that describes the field change

dateChanged

public void dateChanged(DateEvent evt)
Notifies that the date represented by the model changed.

Parameters:
evt - event that describes the date change

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.