#include <statechangedevent.h>
Inheritance diagram for StateChangedEvent:

Public Member Functions | |
| StateChangedEvent () | |
| Empty Constructor. | |
| StateChangedEvent (const int contactID, const Contact::Status newStatus) | |
| Constructor. | |
| ~StateChangedEvent () | |
| Destructor. | |
| void | setContactID (const int contactID) |
| Sets the Contact ID. | |
| void | setNewStatus (const Contact::Status newStatus) |
| Sets the new status. | |
| void | processMessage () const |
| Process the event. | |
| void | toXMLExt (XMLWriter &writer) const |
| Specific method for derived class to write their own XML specific representation. | |
| virtual std::string | toString () const |
| Returns a string representation of the event. | |
| StateChangedEvent & | copy () const |
| Returns a copy of this message. | |
Yves Houpert <yves.houpert@insa-rouen.fr>
|
||||||||||||
|
Constructor.
|
|
|
Returns a copy of this message.
Implements BaseMessage. |
|
|
Sets the Contact ID.
|
|
|
Sets the new status.
|
|
|
Returns a string representation of the event.
Reimplemented from Event. |
|
|
Specific method for derived class to write their own XML specific representation.
Implements Event. |
1.4.6