com.realtime.xmpp.dom
Class DomPacketFilter

java.lang.Object
  |
  +--com.realtime.xmpp.dom.DomPacketFilter
All Implemented Interfaces:
DomPacketListener

public abstract class DomPacketFilter
extends java.lang.Object
implements DomPacketListener

A filter to subclass for use with the DomTimedPacketReceiver.

Version:
1.0 Copyright © 2002 Real Time Entertainment Group, LLC - All rights reserved.
Author:
Mike Prince

Field Summary
protected  java.lang.String m_sFilter
          The filter.
 
Constructor Summary
DomPacketFilter(java.lang.String sFilter)
          Create the filter.
 
Method Summary
 java.lang.String getFilter()
          Provide the filter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.realtime.xmpp.dom.DomPacketListener
incomingPacket
 

Field Detail

m_sFilter

protected java.lang.String m_sFilter
The filter.

Constructor Detail

DomPacketFilter

public DomPacketFilter(java.lang.String sFilter)

Create the filter.

* @param sFilter The filter.

Method Detail

getFilter

public java.lang.String getFilter()

Provide the filter.

* @return The filter.



Copyright © 2002,2003 Real Time Entertainment Group, LLC. All Rights Reserved.