class DistributionListWatcher

Watchdog for distribution lists. More...

Full nameKABC::DistributionListWatcher
Definition#include <distributionlist.h>
InheritsQObject (qt) [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Signals

Public Static Methods

Protected Methods


Detailed Description

This class provides a changed() signal that i emitted when the distribution lists has changed in some way.

Exapmle:


  KABC::DistributionListWatcher *watchdog = KABC::DistributionListWatcher::self()

  connect( watchdog, SIGNAL( changed() ), SLOT( doSomething() ) );

DistributionListWatcher * self ()

self

[static]

Returns the watcher object.

void  changed ()

changed

[signal]

This signal is emmitted whenever the distribution lists has changed (if a list was added or removed, when a list was renamed or the entries of the list changed).

 DistributionListWatcher ()

DistributionListWatcher

[protected]

 ~DistributionListWatcher ()

~DistributionListWatcher

[protected]


Generated by: caleb on tcdevel on Tue Jan 28 12:54:33 2003, using kdoc $.