Message for an Observer. More...
Inheritance diagram for cogitant.base.ObserverMessage:Classes | |
| enum | Type |
| Message type. More... | |
Public Member Functions | |
| ObserverMessage (Type t) | |
| Constructor. More... | |
| Type | type () |
| Type of the message. More... | |
| String | toString () |
| Debug toString() method. More... | |
Protected Attributes | |
| Type | m_type |
Message for an Observer.
| cogitant.base.ObserverMessage.ObserverMessage | ( | Type | t | ) |
Constructor.
| String cogitant.base.ObserverMessage.toString | ( | ) |
Debug toString() method.
| Type cogitant.base.ObserverMessage.type | ( | ) |
Type of the message.
References cogitant.base.ObserverMessage.m_type.
|
protected |
Referenced by cogitant.base.ObserverMessage.type().