Interface TimeDateSelectionHandler
-
- All Known Implementing Classes:
BaseWmsClient
,Godiva
public interface TimeDateSelectionHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dateSelected(String layerId, String selectedDate)
Called when a date is selectedvoid
datetimeSelected(String layerId, String selectedDatetime)
Called when a time is selected
-