Uses of Interface
com.kuka.roboticsAPI.conditionModel.IRisingEdgeListener

Packages that use IRisingEdgeListener
com.kuka.roboticsAPI.conditionModel Contains all necessary classes to build conditions. 
 

Uses of IRisingEdgeListener in com.kuka.roboticsAPI.conditionModel
 

Methods in com.kuka.roboticsAPI.conditionModel with parameters of type IRisingEdgeListener
 ConditionObserver ObserverManager.createAndEnableConditionObserver(ICondition condition, NotificationType notificationType, IRisingEdgeListener risingEdgeListener)
          Create a new condition observer and start observing rising edge of a condition, i.e. the observer is immediately enabled and events are sent for each change of the condition from false to true according to the notification type.
 ConditionObserver ObserverManager.createConditionObserver(ICondition condition, NotificationType notificationType, IRisingEdgeListener risingEdgeListener)
          Creates a new condition observer to observe the rising edge of a condition.
 



Copyright © 2019. All rights reserved.