public interface IRequest
Modifier and Type | Interface and Description |
---|---|
static class |
IRequest.Category
The category of this request
|
static class |
IRequest.Type
The type of this request object
|
Modifier and Type | Method and Description |
---|---|
IRequest.Category |
getCategory()
Returns the category of this request.
|
IConfigurableNode |
getConfigurableNode()
Returns the configurable node on which this request was made.
|
java.lang.String |
getMessage()
Return a translated message that describes the request.
|
IConfigurableNode |
getRuntimeNode()
Deprecated.
Use
getConfigurableNode()
Returns the configurable node on which this request was made. |
IRequest.Type |
getType()
Returns the type of this request (i.e.
|
java.lang.Object |
getValue()
Returns the value of this request.
|
IRequest.Type getType()
IRequest.Category getCategory()
java.lang.Object getValue()
@Deprecated IConfigurableNode getRuntimeNode()
getConfigurableNode()
Returns the configurable node on which this request was made.IConfigurableNode getConfigurableNode()
java.lang.String getMessage()