Interface TrackMarkerHandler
-
public interface TrackMarkerHandlerA track marker handler.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTrackMarkerHandler.MarkerStateThe state of the marker at the moment the handle method is called.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandle(TrackMarkerHandler.MarkerState state)
-
-
-
Method Detail
-
handle
void handle(TrackMarkerHandler.MarkerState state)
- Parameters:
state- The state of the marker when it is triggered.
-
-