MessageArguments is the base class for arguments passed in messages. More...
Public Member Functions | |
MessageArguments () | |
Constructs a new MessageArguments object. | |
boolean | isHandled () |
Returns whether the message is handled. More... | |
void | setHandled (boolean handled) |
Sets the handling status for a message. More... | |
MessageArguments is the base class for arguments passed in messages.
An instance of MessageArguments together with an instance of MessageType forms a Kanzi message. In Kanzi when you dispatch a message, you dispatch a message of certain type and arguments.
boolean isHandled | ( | ) |
Returns whether the message is handled.
void setHandled | ( | boolean | handled | ) |
Sets the handling status for a message.
handled | The new handling status. |