Java Date Picker v2.0.0

com.standbysoft.datepicker.event
Interface DateSelectionListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
DateSelectionAdapter

public interface DateSelectionListener
extends java.util.EventListener

A DateSelectionListener can be any object that wants to receive notifications when a DateSelectionModel changes.

Author:
Nicolae Cismaru

Method Summary
 void dateSelectionChanged(DateSelectionEvent evt)
          Notifies that the selection of some dates has changed.
 void disabledDatesChanged(DateSelectionEvent evt)
          Notifies that the set of dates that cannot be selected has changed.
 void selectionModeChanged(DateSelectionEvent evt)
          Notifies that the selection mode has changed.
 

Method Detail

dateSelectionChanged

public void dateSelectionChanged(DateSelectionEvent evt)
Notifies that the selection of some dates has changed. This means that they either have been selected or deselected.
Parameters:
evt - event that describes the new selection

disabledDatesChanged

public void disabledDatesChanged(DateSelectionEvent evt)
Notifies that the set of dates that cannot be selected has changed.

selectionModeChanged

public void selectionModeChanged(DateSelectionEvent evt)
Notifies that the selection mode has changed.

Java Date Picker v2.0.0

Copyright © 2003 Standby Soft Ltd. All Rights Reserved.