CalendarBean
Interface CalendarBnListener


public abstract interface CalendarBnListener


Method Summary
 void dateChanged(CalendarBn CalBnObj)
          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.
 

Method Detail

dateChanged

public void dateChanged(CalendarBn CalBnObj)
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.