Package com.automation_pros.odva.logix
Interface LgxProbe.LgxProbeListener
-
- Enclosing class:
- LgxProbe
public static interface LgxProbe.LgxProbeListener
Listeners added to this probe object will receive reports after each message is received, except the last, which will be delivered to the future.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
probeReport(LgxProbeReport report)
-
-
-
Method Detail
-
probeReport
void probeReport(LgxProbeReport report)
-
-