|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RequestContainer | |
|---|---|
| com.kuka.nav.command | Contains interfaces providing infrastructure for using navigation commands. |
| com.kuka.nav.robot | Provides interfaces and classes for mobile robots. |
| Uses of RequestContainer in com.kuka.nav.command |
|---|
| Classes in com.kuka.nav.command with type parameters of type RequestContainer | |
|---|---|
interface |
Request<R extends RequestContainer>
Interface for requests that receive a single result. |
interface |
RequestStateListener<R extends RequestContainer>
Listener interface to be notified when the container of a request changes. |
| Methods in com.kuka.nav.command with type parameters of type RequestContainer | ||
|---|---|---|
|
Commandable.execute(Request<R> request)
Issues a request to the robot and blocks till the request is first updated. |
|
|
Commandable.executeAsync(Request<R> request)
Issues a request to the robot. |
|
| Methods in com.kuka.nav.command that return types with arguments of type RequestContainer | |
|---|---|
Collection<RequestContainer> |
Commandable.getAllRequests()
|
| Method parameters in com.kuka.nav.command with type arguments of type RequestContainer | |
|---|---|
void |
Commandable.addRequestStateListener(RequestStateListener<RequestContainer> listener)
Adds a state listener to request state changes. |
void |
Commandable.removeRequestStateListener(RequestStateListener<RequestContainer> listener)
Removes the given state listener from receiving request state changes. |
| Uses of RequestContainer in com.kuka.nav.robot |
|---|
| Subinterfaces of RequestContainer in com.kuka.nav.robot | |
|---|---|
interface |
GenericRequestContainer
Container for accessing runtime information of a generic request. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||