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