public class StatusMessage extends Message
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTION
The name used for the action field in
Message. |
| Constructor and Description |
|---|
StatusMessage()
Default constructor.
|
StatusMessage(String responseFor)
Convenience constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getResponseFor() |
void |
setResponseFor(String responseFor) |
public static final String ACTION
Message.public StatusMessage()
public StatusMessage(String responseFor)
responseFor - The response for.Copyright © 2016. All rights reserved.