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

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

Uses of IAnyEdgeListener in com.kuka.roboticsAPI.conditionModel
 

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



Copyright © 2019. All rights reserved.