#include <event.h>
Public Types | |
| enum | EventType { PingPing, PingPong, PingError } |
Public Member Functions | |
| Event (EventType type) | |
| Event (EventType type, const Stanza &stanza) | |
| virtual | ~Event () |
| EventType | eventType () const |
| const Stanza * | stanza () const |
Definition at line 28 of file event.h.
|
|
Event types.
|
|
|
Creates a new Event of the given type.
|
|
||||||||||||
|
Creates a new Event of the given type, referencing the given Stanza. |
|
|
Virtual Destructor. |
|
|
Returns the Event's type.
|
|
|
Returns a pointer to a Stanza-derived object.
|
1.4.1