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

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

Uses of IFallingEdgeListener in com.kuka.roboticsAPI.conditionModel
 

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



Copyright © 2019. All rights reserved.