All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface net.e2technologies.util.ECalendarListener

public interface ECalendarListener
Interface for to get the Calendar date back from the ECalendar when a selection is made. Remeber that the ECalendar will only set the year, month, and day. The hour, minutes and seconds may be random and should be disregarded. This interface can only be set within the constructor of ECalendar.


Method Index

 o setCalendar(Calendar)
Called by ECalendar when a date is selected.

Methods

 o setCalendar
 public abstract void setCalendar(Calendar p_newDate)
Called by ECalendar when a date is selected.

Parameters:
Calendar - p_newDate - the Calendar object containing the year, month, and day selected within ECalendar.

All Packages  Class Hierarchy  This Package  Previous  Next  Index