|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.controllerModel.ControllerService
public abstract class ControllerService
Base class for a service which belongs to a controller.
| Constructor Summary | |
|---|---|
ControllerService()
|
|
| Method Summary | |
|---|---|
protected void |
dispose()
Disposes this service. |
RoboticsAPIContext |
getContext()
Gets the context for this service. |
Controller |
getController()
Gets the controller associated with this service. |
protected void |
initialize()
Initializes this service. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ControllerService()
| Method Detail |
|---|
public final RoboticsAPIContext getContext()
public Controller getController()
protected void initialize()
Please note that when the method is called, the controller of the service is not yet initialized. This means that there are no guarantees that the controller is operable.
protected void dispose()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||