@FunctionalInterface public interface IProbeReleaseListener extends EventListener
Modifier and Type | Method and Description |
---|---|
void |
onProbeReleasedProbe(probe : Probe<?>)
Invoked when a probe was released.
|
def
onProbeReleasedProbe(probe : Probe<?>) : void
IProbeReleaseListener
probe
- is the released probe.Copyright © 2020 the original authors or authors.