Package com.helger.base.state
Interface IStoppable
- All Known Implementing Classes:
StopWatch
public interface IStoppable
Marker interface to indicate that something can be stopped.
- Author:
- Philip Helger
-
Method Summary
-
Method Details
-
stop
@NonNull EChange stop()- Returns:
EChange.CHANGEDif something changed,EChange.UNCHANGEDotherwise.
-