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 List<T>
getServices()
Returns the currently available services of the tracked type.void
stop()
Stops tracking.
-