Uses of Interface
org.jivesoftware.openfire.component.ComponentEventListener
-
Packages that use ComponentEventListener Package Description org.jivesoftware.openfire.component org.jivesoftware.openfire.interceptor Provides classes for intercepting packets. -
-
Uses of ComponentEventListener in org.jivesoftware.openfire.component
Methods in org.jivesoftware.openfire.component with parameters of type ComponentEventListener Modifier and Type Method Description voidInternalComponentManager. 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 ComponentEventListener Modifier and Type Class Description classPacketCopierPacket interceptor that notifies of packets activity to components that previously subscribed to the notificator.
-