IS3D::TextMessageFilter Class Reference

#include <TextMessageFilter.H>

Inherits IS3D::EventFilter.

List of all members.

Public Member Functions

 TextMessageFilter (const string &prefix=string("JAVA_MSG"))
virtual bool filter (EventRef e)


Constructor & Destructor Documentation

IS3D::TextMessageFilter::TextMessageFilter ( const string &  prefix = string("JAVA_MSG")  ) 


Member Function Documentation

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.


The documentation for this class was generated from the following file:

Generated on Wed Jan 26 06:31:21 2011 for IS3D by  doxygen 1.5.6