Interface Tracker<T>
-
@ProviderType public interface Tracker<T>
Tracker for whiteboard services.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<T>
getServices()
Returns the currently available services of the tracked type.void
stop()
Stops tracking.
-
-
-
Method Detail
-
getServices
java.util.List<T> getServices()
Returns the currently available services of the tracked type.- Returns:
- available services
-
stop
void stop()
Stops tracking.
-
-