Uses of Interface
org.jivesoftware.openfire.event.GroupEventListener
Packages that use GroupEventListener
Package
Description
Event system.
Implementation of Multi-User Chat (XEP-0045).
Provides classes for managing the roster.
-
Uses of GroupEventListener in org.jivesoftware.openfire.event
Classes in org.jivesoftware.openfire.event that implement GroupEventListenerModifier and TypeClassDescriptionclassAn abstract adapter class for receiving group events.Methods in org.jivesoftware.openfire.event with parameters of type GroupEventListenerModifier and TypeMethodDescriptionstatic voidGroupEventDispatcher.addListener(GroupEventListener listener) Registers a listener to receive events.static voidGroupEventDispatcher.removeListener(GroupEventListener listener) Unregisters a listener to receive events. -
Uses of GroupEventListener in org.jivesoftware.openfire.muc
Classes in org.jivesoftware.openfire.muc that implement GroupEventListenerModifier and TypeClassDescriptionclassA chat room on the chat server manages its users, and enforces its own security rules. -
Uses of GroupEventListener in org.jivesoftware.openfire.roster
Classes in org.jivesoftware.openfire.roster that implement GroupEventListenerModifier and TypeClassDescriptionclassA simple service that allows components to retrieve a roster based solely on the ID of the owner.