Inheritance diagram for edu.cmu.hcii.calo.messagePassing.WizardOfOzMessage:
Public Types | |
enum | WizardOfOzMessageType |
The possible types of a WizardOfOzEngineMessage. More... | |
Public Member Functions | |
WizardOfOzMessage (Observable sender, MessageType type) | |
Constructs a new WizardOfOzMessage. | |
WizardOfOzMessage (Observable sender, MessageType type, Map< String, Object > userInfo) | |
Constructs a new WizardOfOzMessage. | |
Static Public Attributes | |
User info map keys | |
These strings are the defined keys for use in the user info dictionary. | |
static final String | SUCCESS_STATUS = "SuccessStatus" |
The success status of some engine state change. | |
static final String | NOTIFICATION_ITERATOR = "NotificationIterator" |
The notification iterator. | |
static final String | TASK_ITERATOR = "TaskIterator" |
The task iterator. | |
static final String | OLD_IGNORE = "OldIgnore" |
The old ignore updates status. | |
static final String | NEW_IGNORE = "NewIgnore" |
The new ignore updates status. | |
Static Private Attributes | |
static final long | serialVersionUID = -4298492140113423285L |
Prevent serialization collisions. |
The possible types of a WizardOfOzEngineMessage.
edu.cmu.hcii.calo.messagePassing.WizardOfOzMessage.WizardOfOzMessage | ( | Observable | sender, | |
MessageType | type | |||
) |
Constructs a new WizardOfOzMessage.
sender | the Observable that has sent this message | |
type | the type of this message |
edu.cmu.hcii.calo.messagePassing.WizardOfOzMessage.WizardOfOzMessage | ( | Observable | sender, | |
MessageType | type, | |||
Map< String, Object > | userInfo | |||
) |
Constructs a new WizardOfOzMessage.
sender | the Observable that has sent this message | |
type | the type of this message | |
userInfo | the map of message-specific data associated with this message |
final String edu.cmu.hcii.calo.messagePassing.WizardOfOzMessage.SUCCESS_STATUS = "SuccessStatus" [static] |
The success status of some engine state change.
final String edu.cmu.hcii.calo.messagePassing.WizardOfOzMessage.NOTIFICATION_ITERATOR = "NotificationIterator" [static] |
The notification iterator.
final String edu.cmu.hcii.calo.messagePassing.WizardOfOzMessage.TASK_ITERATOR = "TaskIterator" [static] |
The task iterator.
final String edu.cmu.hcii.calo.messagePassing.WizardOfOzMessage.OLD_IGNORE = "OldIgnore" [static] |
The old ignore updates status.
final String edu.cmu.hcii.calo.messagePassing.WizardOfOzMessage.NEW_IGNORE = "NewIgnore" [static] |
The new ignore updates status.
final long edu.cmu.hcii.calo.messagePassing.WizardOfOzMessage.serialVersionUID = -4298492140113423285L [static, private] |
Prevent serialization collisions.