DatePickerBean
Interface DatePickerListener

All Known Implementing Classes:
DateEditor

public interface DatePickerListener


Method Summary
 void dateChanged(DatePicker DatePickerObj)
          This method is invoked every time you select a Date from the Calendar or use one of the 'setDate' Methods.

Caution:
Do not use 'setDate' methods of your DatePickerObj inside this method.
This will lead to a recursive call to the same method if you do otherwise.
 

Method Detail

dateChanged

public void dateChanged(DatePicker DatePickerObj)
This method is invoked every time you select a Date from the Calendar or use one of the 'setDate' Methods.

Caution:
Do not use 'setDate' methods of inside this method.
This will be recursively called if you do otherwise.