#include <TextMessageFilter.H>
Inherits IS3D::EventFilter.
Public Member Functions | |
TextMessageFilter (const string &prefix=string("JAVA_MSG")) | |
virtual bool | filter (EventRef e) |
IS3D::TextMessageFilter::TextMessageFilter | ( | const string & | prefix = string("JAVA_MSG") |
) |
virtual bool IS3D::TextMessageFilter::filter | ( | EventRef | e | ) | [virtual] |
Subclasses implement this method, when a filter is added to FsaMgr its filter method is called for every event that gets queued. The filter can do whatever it wants with that event, usually it will generate different events based on its data. If the filter method returns true then the original event gets queued as usual, if it returns false, then the original event is not queued, and therefore never processed by Fsa's.
Implements IS3D::EventFilter.