Interface Activity
-
@Internal public interface ActivityRepresents an activity that is being monitored. Callingclose()will report that the activity is now finished.- Since:
- 5.7
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()Registers that the activity is now complete.
-