#include <events.h>
Inheritance diagram for ICQ2000::StatusChangeEvent:
Public Methods | |
StatusChangeEvent (ContactRef contact, Status status, Status old_status) | |
Constructor for StatusChangeEvent. | |
EventType | getType () const |
get the type of ContactEvent | |
Status | getStatus () const |
get the new status of the contact | |
Status | getOldStatus () const |
get the old status of the contact |
|
Constructor for StatusChangeEvent.
|
|
get the old status of the contact
|
|
get the new status of the contact
|
|
get the type of ContactEvent
Implements ICQ2000::ContactEvent. |