Interface GetCalendarEntriesCannedQueryTestHook
-
public interface GetCalendarEntriesCannedQueryTestHookThis class provides a way for a unit test to check up on what theGetCalendarEntriesCannedQuerydoes- Since:
- 4.0
- Author:
- Nick Burch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotifyComplete(java.util.List<CalendarEntity> full, java.util.List<CalendarEntity> filtered)
-
-
-
Method Detail
-
notifyComplete
void notifyComplete(java.util.List<CalendarEntity> full, java.util.List<CalendarEntity> filtered)
-
-