|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GroupListener | |
---|---|
com.jivesoftware.base | Base APIs and classes for Jive Software products. |
com.jivesoftware.base.event | Base events common to all Jive Software products. |
com.jivesoftware.forum.database | DB implementation of core Jive Forums interfaces. |
com.jivesoftware.forum.event | Provides mechanisms to be notified of actions in the system such as new messages being created. |
Uses of GroupListener in com.jivesoftware.base |
---|
Methods in com.jivesoftware.base with parameters of type GroupListener | |
---|---|
static void |
GroupManagerFactory.addListener(GroupListener listener)
Method used internally by Jive. |
static void |
GroupManagerFactory.removeListener(GroupListener listener)
Method used internally by Jive. |
Uses of GroupListener in com.jivesoftware.base.event |
---|
Classes in com.jivesoftware.base.event that implement GroupListener | |
---|---|
class |
GroupListenerAdapter
Adapter class for the GroupListener interface. |
Methods in com.jivesoftware.base.event with parameters of type GroupListener | |
---|---|
void |
GroupEventDispatcher.addListener(GroupListener listener)
|
void |
GroupEventDispatcher.removeListener(GroupListener listener)
|
Uses of GroupListener in com.jivesoftware.forum.database |
---|
Classes in com.jivesoftware.forum.database that implement GroupListener | |
---|---|
class |
DbStatusLevelManager
StatusLevelManager implementation. |
class |
GroupDeletedListener
A listener for Group delete events that clears all permissions for that group from the jiveGroupPerm db table. |
Uses of GroupListener in com.jivesoftware.forum.event |
---|
Classes in com.jivesoftware.forum.event that implement GroupListener | |
---|---|
class |
DebugEventListener
Logs all events in the system to the debug log. |
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |