com.kuka.roboticsAPI.conditionModel
Interface IAnyEdgeListener
- All Superinterfaces:
- IConditionListener
public interface IAnyEdgeListener
- extends IConditionListener
Listener interface for condition observing of any edges.
|
Method Summary |
void |
onAnyEdge(ConditionObserver conditionObserver,
Date time,
int missedEvents,
boolean conditionValue)
Called if the value of a condition changes either from false to true or
true to false. |
onAnyEdge
void onAnyEdge(ConditionObserver conditionObserver,
Date time,
int missedEvents,
boolean conditionValue)
- Called if the value of a condition changes either from false to true or
true to false.
- Parameters:
conditionObserver - The conditionObservertime - The time stampmissedEvents - The count of missed eventsconditionValue - The value of the condition. True if rising edge, false if
falling edge.
Copyright © 2019. All rights reserved.