Java Date Picker v2.0.0

com.standbysoft.datepicker.event
Class DateSelectionAdapter

java.lang.Object
  |
  +--com.standbysoft.datepicker.event.DateSelectionAdapter
All Implemented Interfaces:
DateSelectionListener, java.util.EventListener

public class DateSelectionAdapter
extends java.lang.Object
implements DateSelectionListener

Author:
Nicolae Cismaru

Constructor Summary
DateSelectionAdapter()
           
 
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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateSelectionAdapter

public DateSelectionAdapter()
Method Detail

dateSelectionChanged

public void dateSelectionChanged(DateSelectionEvent evt)
Description copied from interface: DateSelectionListener
Notifies that the selection of some dates has changed. This means that they either have been selected or deselected.
Specified by:
dateSelectionChanged in interface DateSelectionListener
Following copied from interface: com.standbysoft.datepicker.event.DateSelectionListener
Parameters:
evt - event that describes the new selection

selectionModeChanged

public void selectionModeChanged(DateSelectionEvent evt)
Description copied from interface: DateSelectionListener
Notifies that the selection mode has changed.
Specified by:
selectionModeChanged in interface DateSelectionListener

disabledDatesChanged

public void disabledDatesChanged(DateSelectionEvent evt)
Description copied from interface: DateSelectionListener
Notifies that the set of dates that cannot be selected has changed.
Specified by:
disabledDatesChanged in interface DateSelectionListener

Java Date Picker v2.0.0

Copyright © 2003 Standby Soft Ltd. All Rights Reserved.