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
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.
Copyright © 2003 Standby Soft Ltd. All Rights Reserved.