Interface Tracking
-
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
DefaultTracking
public interface Tracking extends AutoCloseable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidclose()default Registrationstart(FluxCapacitor fluxCapacitor, Object... handlers)Registrationstart(FluxCapacitor fluxCapacitor, List<?> handlers)
-
-
-
Method Detail
-
start
default Registration start(FluxCapacitor fluxCapacitor, Object... handlers)
-
start
Registration start(FluxCapacitor fluxCapacitor, List<?> handlers)
-
close
void close()
- Specified by:
closein interfaceAutoCloseable
-
-