Package rocks.xmpp.extensions.blocking
Class BlockingEvent
- java.lang.Object
-
- java.util.EventObject
-
- rocks.xmpp.extensions.blocking.BlockingEvent
-
- All Implemented Interfaces:
Serializable
public final class BlockingEvent extends EventObject
This event notifies listeners, when a block or unblock "push" occurs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Jid>
getBlockedContacts()
Gets the (newly) blocked contacts, which were pushed by the server.List<Jid>
getUnblockedContacts()
Gets the (newly) unblocked contacts, which were pushed by the server.-
Methods inherited from class java.util.EventObject
getSource, toString
-
-