io.sarl.api.probing
Interface IProbeReleaseListener
All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
AbstractProbeService, AsynchronousProbeService, SynchronousProbeService
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 IProbeReleaseListener
implements java.util.EventListener
Listener on probe releases.
Maven Group Identifier:
io.sarl.sdk
Maven Artifact Identifier:
api.probing
Since:
0.12
Action Summary
Modifier and type Action and description
abstract void onProbeReleasedProbe(Probe<T>)
Invoked when a probe was released.
Action Details
onProbeReleasedProbe(Probe<T>)
def onProbeReleasedProbe(Probe<T>)
Invoked when a probe was released.
Parameters:
probe - is the released probe.