Interface Tracker<T>
@ProviderType
public interface Tracker<T>
Tracker for whiteboard services.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the currently available services of the tracked type.void
stop()
Stops tracking.
-
Method Details
-
getServices
Returns the currently available services of the tracked type.- Returns:
- available services
-
stop
void stop()Stops tracking.
-