V
- - value typepublic interface AppTrackingService<V extends Number>
Modifier and Type | Method and Description |
---|---|
void |
track()
Increment the
TrackCycle value by one unit and update central.This method is context dependent and will rely on the implementation deriving the TrackCycle context. |
void |
track(TrackCycle<?,V> tracking) |
void |
track(V incrementValueBy)
Increment the
TrackCycle value by the passed in argument and update central.This method is context dependent and will rely on the implementation deriving the TrackCycle context. |
void track(TrackCycle<?,V> tracking) throws LimitApproachingException, LimitReachedException, LimitExceededException
void track()
TrackCycle
value by one unit and update central.TrackCycle
context.void track(V incrementValueBy)
TrackCycle
value by the passed in argument and update central.TrackCycle
context.incrementValueBy
- Copyright © 2018. All rights reserved.