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

Packages that use IConditionListener
com.kuka.roboticsAPI.conditionModel Contains all necessary classes to build conditions. 
com.kuka.roboticsAPI.controllerModel Contains the controller classes for accessing a controller and it's services. 
com.kuka.roboticsAPI.controllerModel.sunrise.conditions Contains the Sunrise implementation of the conditions interface and listener execution. 
com.kuka.roboticsAPI.controllerModel.sunrise.mapping Contains the sunrise specific mapping algorithms, that convert RoboticsAPI objects to a series of SPRs. 
com.kuka.roboticsAPI.sensorModel Contains classes for describing sensors. 
 

Uses of IConditionListener in com.kuka.roboticsAPI.conditionModel
 

Subinterfaces of IConditionListener in com.kuka.roboticsAPI.conditionModel
 interface IAnyEdgeListener
          Listener interface for condition observing of any edges.
 interface ICallbackAction
          Interface for callback actions for trigger.
 interface IFallingEdgeListener
          Listener interface for condition observing of falling edges.
 interface IRisingEdgeListener
          Listener interface for condition observing of rising edges.
 interface ITriggerAction
          Common interface for action that should be executed when a trigger fires.
 

Methods in com.kuka.roboticsAPI.conditionModel that return IConditionListener
 IConditionListener ConditionObserver.getRegisteredEdgeListener()
          Gets the registered edge listener of a condition observer.
 

Constructors in com.kuka.roboticsAPI.conditionModel with parameters of type IConditionListener
ConditionObserver(ICondition condition, NotificationType notificationType, IConditionListener listener)
          Creates a new condition observer.
 

Uses of IConditionListener in com.kuka.roboticsAPI.controllerModel
 

Methods in com.kuka.roboticsAPI.controllerModel with parameters of type IConditionListener
abstract  ConditionObserver ConditionService.createAndEnableConditionObserver(ICondition condition, NotificationType notificationType, IConditionListener edgeListener)
          Creates and enables a condition observer.
abstract  ConditionObserver ConditionService.createConditionObserver(ICondition condition, NotificationType notificationType, IConditionListener edgeListener)
          Creates a condition observer.
 

Uses of IConditionListener in com.kuka.roboticsAPI.controllerModel.sunrise.conditions
 

Methods in com.kuka.roboticsAPI.controllerModel.sunrise.conditions with parameters of type IConditionListener
 ConditionObserver SunriseConditionService.createAndEnableConditionObserver(ICondition condition, NotificationType notificationType, IConditionListener edgeListener)
           
 ConditionObserver SunriseConditionService.createConditionObserver(ICondition condition, NotificationType notificationType, IConditionListener edgeListener)
           
static SunriseConditionObserver SunriseConditionService.createNewObserver(ICondition condition, NotificationType notificationType, IConditionListener edgeListener, SunriseExecutionService executionService, IContainerStateListener containerStateListener, boolean isEnabledOnStart)
          This function is only used by the framework.
protected  String SunriseConditionObserver.getEdgeName(IConditionListener listener)
          Sets name and executor of the corresponding edge.
 

Uses of IConditionListener in com.kuka.roboticsAPI.controllerModel.sunrise.mapping
 

Methods in com.kuka.roboticsAPI.controllerModel.sunrise.mapping with parameters of type IConditionListener
protected  String AbstractConditionMapper.getEdgeName(IConditionListener listener)
          Sets name and executor of the corresponding edge.
 

Uses of IConditionListener in com.kuka.roboticsAPI.sensorModel
 

Classes in com.kuka.roboticsAPI.sensorModel that implement IConditionListener
 class StartRecordingAction
          Class to start data recording according to a trigger action.
 class StopRecordingAction
          Class to stop data recording according to a trigger action.
 



Copyright © 2019. All rights reserved.