- 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
@org.eclipse.xtext.xbase.lib.XbaseGenerated
interface IProbeListener
implements java.util.EventListener
Listener on probe changes.
- Maven Group Identifier:
-
- Maven Artifact Identifier:
-
- Since:
-
Action Summary
Action Details
- probeValueChanged(Probe<T>,boolean)
-
def probeValueChanged(Probe<T>,boolean)
Invoked when the value of a probe has changed.
- Parameters:
-
probe -
isInit -