Uses of Interface
org.jivesoftware.openfire.muc.MUCEventListener
-
Packages that use MUCEventListener Package Description org.jivesoftware.openfire.muc Implementation of Multi-User Chat (XEP-0045).org.jivesoftware.openfire.muc.spi Implementation of Multi-User Chat (XEP-0045). -
-
Uses of MUCEventListener in org.jivesoftware.openfire.muc
Methods in org.jivesoftware.openfire.muc with parameters of type MUCEventListener Modifier and Type Method Description static void
MUCEventDispatcher. addListener(MUCEventListener listener)
static void
MUCEventDispatcher. removeListener(MUCEventListener listener)
-
Uses of MUCEventListener in org.jivesoftware.openfire.muc.spi
Classes in org.jivesoftware.openfire.muc.spi that implement MUCEventListener Modifier and Type Class Description class
OccupantManager
Maintains an in-memory inventory of what XMPP entity (user) is in what chatroom, across the entire XMPP cluster.
-