public class TextCallback extends LabelCallback
Modifier and Type | Field and Description |
---|---|
static String |
PROP_VALUE |
static String |
TYPE |
DEFAULT_TIMEOUT, ORDER_COMPARATOR
Constructor and Description |
---|
TextCallback() |
TextCallback(String label,
int order) |
Modifier and Type | Method and Description |
---|---|
String |
getType() |
String |
getValue() |
protected void |
injectResponseAttributes(Map<String,String> result)
Inject values for the response message
|
void |
parseResponseAttributes(Map<String,String> attributes) |
void |
setValue(String value) |
getLabel, injectRequestAttributes, parseRequestAttributes
buildRequestAttributes, buildResponseAttributes, cancel, getOrder, isCanceled, parseInteger
public static final String TYPE
public static final String PROP_VALUE
public TextCallback()
public TextCallback(String label, int order)
public String getType()
public void setValue(String value)
public String getValue()
public void parseResponseAttributes(Map<String,String> attributes)
parseResponseAttributes
in interface Callback
parseResponseAttributes
in class AbstractCallback
protected void injectResponseAttributes(Map<String,String> result)
AbstractCallback
Only non-null values and keys may be inserted!
injectResponseAttributes
in class AbstractCallback
result
- the result map which should be filledCopyright © 2016 Eclipse NeoSCADA Project. All rights reserved.