Uses of Class
org.jivesoftware.openfire.muc.MUCEventDelegate
-
Packages that use MUCEventDelegate 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 MUCEventDelegate in org.jivesoftware.openfire.muc
Methods in org.jivesoftware.openfire.muc that return MUCEventDelegate Modifier and Type Method Description MUCEventDelegate
MultiUserChatService. getMUCDelegate()
Gets the MUC event delegate handler for this service.Methods in org.jivesoftware.openfire.muc with parameters of type MUCEventDelegate Modifier and Type Method Description void
MultiUserChatService. setMUCDelegate(MUCEventDelegate delegate)
Sets the MUC event delegate handler for this service. -
Uses of MUCEventDelegate in org.jivesoftware.openfire.muc.spi
Methods in org.jivesoftware.openfire.muc.spi that return MUCEventDelegate Modifier and Type Method Description MUCEventDelegate
MultiUserChatServiceImpl. getMUCDelegate()
Gets the MUC event delegate handler for this service.Methods in org.jivesoftware.openfire.muc.spi with parameters of type MUCEventDelegate Modifier and Type Method Description void
MultiUserChatServiceImpl. setMUCDelegate(MUCEventDelegate delegate)
Sets the MUC event delegate handler for this service.
-