|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.controllerModel.ControllerService
com.kuka.roboticsAPI.controllerModel.ConditionService
public abstract class ConditionService
Class to create and remove condition observers.
| Constructor Summary | |
|---|---|
ConditionService()
|
|
| Method Summary | |
|---|---|
abstract ConditionObserver |
createAndEnableConditionObserver(ICondition condition,
NotificationType notificationType,
IConditionListener edgeListener)
Creates and enables a condition observer. |
abstract ConditionObserver |
createConditionObserver(ICondition condition,
NotificationType notificationType,
IConditionListener edgeListener)
Creates a condition observer. |
abstract List<ConditionObserver> |
getConditionObservers()
Get a collection of all registered condition observers. |
abstract void |
removeConditionObserver(ConditionObserver observer)
Removes the corresponding condition observer. |
| Methods inherited from class com.kuka.roboticsAPI.controllerModel.ControllerService |
|---|
dispose, getContext, getController, initialize |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConditionService()
| Method Detail |
|---|
public abstract ConditionObserver createConditionObserver(ICondition condition,
NotificationType notificationType,
IConditionListener edgeListener)
condition - Condition to be observednotificationType - Notification options of the ConditionObserveredgeListener - Corresponding edge listener
public abstract ConditionObserver createAndEnableConditionObserver(ICondition condition,
NotificationType notificationType,
IConditionListener edgeListener)
condition - Condition to be observednotificationType - Notification options of the ConditionObserveredgeListener - Corresponding edge listener
public abstract void removeConditionObserver(ConditionObserver observer)
observer - The corresponding condition observer to be removedpublic abstract List<ConditionObserver> getConditionObservers()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||