Package com.helger.commons.state
Interface IStoppable
-
- All Known Implementing Classes:
StopWatch,ThreadDeadlockDetectionTimer
public interface IStoppableMarker interface to indicate that something can be stopped.- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EChangestop()
-
-
-
Method Detail
-
stop
@Nonnull EChange stop()
- Returns:
EChange.CHANGEDif something changed,EChange.UNCHANGEDotherwise.
-
-