com.kuka.roboticsAPI.conditionModel
Interface IFallingEdgeListener
- All Superinterfaces:
- IConditionListener
public interface IFallingEdgeListener
- extends IConditionListener
Listener interface for condition observing of falling edges.
onFallingEdge
void onFallingEdge(ConditionObserver conditionObserver,
Date time,
int missedEvents)
- Called if the value of a condition change falling edge.
- Parameters:
conditionObserver - The conditionObservertime - The time stampmissedEvents - The count of missed events
Copyright © 2019. All rights reserved.