Uses of Interface
org.jivesoftware.openfire.muc.spi.MUCServicePropertyEventListener
Packages that use MUCServicePropertyEventListener
Package
Description
Implementation of Multi-User Chat (XEP-0045).
Implementation of Multi-User Chat (XEP-0045).
-
Uses of MUCServicePropertyEventListener in org.jivesoftware.openfire.muc
Classes in org.jivesoftware.openfire.muc that implement MUCServicePropertyEventListenerModifier and TypeClassDescriptionclassProvides 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 MUCServicePropertyEventListenerModifier and TypeMethodDescriptionstatic voidMUCServicePropertyEventDispatcher.addListener(MUCServicePropertyEventListener listener) Registers a listener to receive events.static voidMUCServicePropertyEventDispatcher.removeListener(MUCServicePropertyEventListener listener) Unregisters a listener to receive events.