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