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 MUCEventDelegateMultiUserChatService. 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 voidMultiUserChatService. 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 MUCEventDelegateMultiUserChatServiceImpl. 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 voidMultiUserChatServiceImpl. setMUCDelegate(MUCEventDelegate delegate)Sets the MUC event delegate handler for this service.
-