|
OmniEvents
|
Event filter interface. More...
#include <Filter.h>

Public Member Functions | |
| Filter () | |
| virtual | ~Filter () |
| virtual bool | keep (const CORBA::Any &event) const =0 |
| Returns TRUE if the event passes the filter and FALSE if the event should be discarded. More... | |
| virtual void | output (ostream &os) const =0 |
|
pure virtual |
Returns TRUE if the event passes the filter and FALSE if the event should be discarded.
Called by filter() once for each event.
Implemented in OmniEvents::FilterByRepositoryId, and OmniEvents::FilterByTCKind.
|
pure virtual |
Implemented in OmniEvents::FilterByRepositoryId, and OmniEvents::FilterByTCKind.