Inheritance diagram for edu.cmu.hcii.calo.messagePassing.MessageTarget:
MessageTarget implements an onMessageReceived method that must be implemented by subclasses to process the messages they receive.
Public Member Functions | |
abstract void | onMessageReceived (Observable sender, Message msg) |
Should be implemented by implementing classes to handle specific messages. | |
final void | update (Observable o, Object arg) |
|
abstract void edu.cmu.hcii.calo.messagePassing.MessageTarget.onMessageReceived | ( | Observable | sender, | |
Message | msg | |||
) | [pure virtual] |
Should be implemented by implementing classes to handle specific messages.
sender | the sender of this message | |
msg | the message being sent |
Implemented in edu.cmu.hcii.calo.controller.NotificationCenterController, edu.cmu.hcii.calo.controller.SchedulePaneController, edu.cmu.hcii.calo.controller.SidebarController, edu.cmu.hcii.calo.engine.AutomatedEngine, edu.cmu.hcii.calo.engine.WizardOfOzEngine, and edu.cmu.hcii.calo.test.MessagePassingTestHarness.
final void edu.cmu.hcii.calo.messagePassing.MessageTarget.update | ( | Observable | o, | |
Object | arg | |||
) |