Package org.jivesoftware.smack
Class AbstractXMPPConnection.ListenerWrapper
java.lang.Object
org.jivesoftware.smack.AbstractXMPPConnection.ListenerWrapper
- Enclosing class:
 - AbstractXMPPConnection
 
A wrapper class to associate a stanza filter with a listener.
- 
Constructor Summary
ConstructorsConstructorDescriptionListenerWrapper(StanzaListener packetListener, StanzaFilter packetFilter) Create a class which associates a stanza filter with a listener. - 
Method Summary
 
- 
Constructor Details
- 
ListenerWrapper
Create a class which associates a stanza filter with a listener.- Parameters:
 packetListener- the stanza listener.packetFilter- the associated filter or null if it listen for all packets.
 
 - 
 - 
Method Details
- 
filterMatches
 - 
getListener
 
 -