Uses of Interface
org.jivesoftware.openfire.component.ComponentEventListener
Packages that use ComponentEventListener
Package
Description
Provides classes for intercepting packets.
-
Uses of ComponentEventListener in org.jivesoftware.openfire.component
Methods in org.jivesoftware.openfire.component with parameters of type ComponentEventListenerModifier and TypeMethodDescriptionvoidInternalComponentManager.addListener(ComponentEventListener listener) Adds a new listener that will be notified of component events.voidInternalComponentManager.removeListener(ComponentEventListener listener) Removes the specified listener from the listeners being notified of component events. -
Uses of ComponentEventListener in org.jivesoftware.openfire.interceptor
Classes in org.jivesoftware.openfire.interceptor that implement ComponentEventListenerModifier and TypeClassDescriptionclassPacket interceptor that notifies of packets activity to components that previously subscribed to the notificator.