|
PTLib
Version 2.10.4
|
#include <notifier_ext.h>
Public Member Functions | |
| PINDEX | GetSize () const |
| void | Add (PNotifier *handler) |
| void | Remove (PNotifier *handler) |
| PBoolean | RemoveTarget (PObject *obj) |
| PBoolean | Fire (PObject &obj, INT val=0) |
| void | Move (PNotifierList &that) |
| void PNotifierList::Add | ( | PNotifier * | handler | ) | [inline] |
| PBoolean PNotifierList::Fire | ( | PObject & | obj, |
| INT | val = 0 |
||
| ) |
Referenced by XMPP::Stream::OnClose(), and XMPP::Stream::OnOpen().
| PINDEX PNotifierList::GetSize | ( | ) | const [inline] |
| void PNotifierList::Move | ( | PNotifierList & | that | ) |
| void PNotifierList::Remove | ( | PNotifier * | handler | ) | [inline] |
| PBoolean PNotifierList::RemoveTarget | ( | PObject * | obj | ) |