Interface StartEndTimeHandler
-
public interface StartEndTimeHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
timesReceived(String startDateTime, String endDateTime)
Called when the start and end times have been set up aStartEndTimePopup
-
-
-
Method Detail
-
timesReceived
void timesReceived(String startDateTime, String endDateTime)
Called when the start and end times have been set up aStartEndTimePopup
- Parameters:
startDateTime
- A string representing the starting datetimeendDateTime
- A string representing the end datetime
-
-