public interface IWatchedCondition
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkCondition() |
void |
conditionViolated()
callback if the condition is vioalated
|
boolean |
isActive() |
boolean |
isUseless()
indicates that the condition isn't needed any longer ...
|
void |
setActive(boolean active)
activate/deactivate the condition
|
boolean checkCondition()
void conditionViolated()
void setActive(boolean active)
active - state to be setboolean isActive()
boolean isUseless()
Copyright © 2017. All rights reserved.