io.sarl.api.probing
Interface IProbeListener
All Superinterfaces:
java.util.EventListener
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or action reference.
@java.lang.FunctionalInterface
interface IProbeListener
implements java.util.EventListener
Listener on probe changes.
Maven Group Identifier:
io.sarl.sdk
Maven Artifact Identifier:
api.probing
Since:
0.12
Action Summary
Modifier and type Action and description
abstract void probeValueChanged(Probe<T>,boolean)
Invoked when the value of a probe has changed.
Action Details
probeValueChanged(Probe<T>,boolean)
def probeValueChanged(Probe<T>,boolean)
Invoked when the value of a probe has changed.
Parameters:
probe - is the probe that has changed.
isInit - indicates if the change is due to initialization.