Uses of Interface
org.jivesoftware.openfire.muc.spi.MUCServicePropertyEventListener
-
Packages that use MUCServicePropertyEventListener 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 MUCServicePropertyEventListener in org.jivesoftware.openfire.muc
Classes in org.jivesoftware.openfire.muc that implement MUCServicePropertyEventListener Modifier and Type Class Description classMultiUserChatManagerProvides centralized management of all configured Multi User Chat (MUC) services. -
Uses of MUCServicePropertyEventListener in org.jivesoftware.openfire.muc.spi
Methods in org.jivesoftware.openfire.muc.spi with parameters of type MUCServicePropertyEventListener Modifier and Type Method Description static voidMUCServicePropertyEventDispatcher. addListener(MUCServicePropertyEventListener listener)Registers a listener to receive events.static voidMUCServicePropertyEventDispatcher. removeListener(MUCServicePropertyEventListener listener)Unregisters a listener to receive events.
-