All Packages Class Hierarchy This Package Previous Next Index
Interface net.e2technologies.util.ETimeListener
- public interface ETimeListener
Interface for to get the Calendar time back from the ECalendar when a selection is made.
Remeber that the ETimeChooser will only set the hours, minute, second, and AM/PM.
This interface can only be set within the constructor of ETimeField
-
setCalendar(Calendar)
- Called by ETimeChooser when a time is selected.
setCalendar
public abstract void setCalendar(Calendar p_newTime)
- Called by ETimeChooser when a time is selected.
- Parameters:
- Calendar - p_newTime - the Calendar object containing the hour, minutes, seconds, and AM/PM
selected within ETimeChooser.
All Packages Class Hierarchy This Package Previous Next Index