public interface ThresholdListener
addThresholdListener method. When
the threshold event occurs, that object's appropriate
method is invoked.| Modifier and Type | Method and Description |
|---|---|
boolean |
isThresholdReached(double thresholdValue)
Checks if the threshold is reached.
|
void |
thresholdReached()
Callback method that is triggered when the threshold is reached.
|
void thresholdReached()
boolean isThresholdReached(double thresholdValue)
thresholdValue - the threshold valueCopyright © 2015 silverspoon.io. All rights reserved.