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