public interface StanzaFilter<T extends Stanza & ClientStreamElement>
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(T stanza)
Checks whether the stanza is accepted by this filter.
|
boolean accept(T stanza)
stanza - The stanza.Copyright © 2014 XMPP.rocks. All rights reserved.