Uses of Interface
com.kuka.roboticsAPI.controllerModel.sunrise.api.ICompoundEventListener

Packages that use ICompoundEventListener
com.kuka.roboticsAPI.controllerModel.sunrise Contains the controller implementation for the sunrise controller including it's IO interface. 
com.kuka.roboticsAPI.controllerModel.sunrise.conditions Contains the Sunrise implementation of the conditions interface and listener execution. 
 

Uses of ICompoundEventListener in com.kuka.roboticsAPI.controllerModel.sunrise
 

Methods in com.kuka.roboticsAPI.controllerModel.sunrise with parameters of type ICompoundEventListener
 void SPRRuntime.addAsyncCompoundEventListener(ICompoundEventListener listener)
          Adds a listener for this SPR.
 void SPRRuntime.addSyncCompoundEventListener(ICompoundEventListener listener)
          Adds a synchronous compound event listener for this SPR.
 void SPRRuntime.removeAsyncCompoundEventListener(ICompoundEventListener listener)
          Removes the listener from this SPR.
 void SPRRuntime.removeSyncCompoundEventListener(ICompoundEventListener listener)
          Removes the given synchronous compound event listener from this SPR.
 

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

Classes in com.kuka.roboticsAPI.controllerModel.sunrise.conditions that implement ICompoundEventListener
 class SunriseConditionObserver
          Class to observe conditions specific for Sunrise.
 class SunriseEventConditionObserver
          Class to observe event conditions specific for Sunrise.
 class SunriseTriggerConditionObserver
          Class to observe trigger conditions specific for Sunrise.
 



Copyright © 2019. All rights reserved.