|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserListener | |
---|---|
com.jivesoftware.base | Base APIs and classes for Jive Software products. |
com.jivesoftware.base.ban | |
com.jivesoftware.base.database | DB implementation of base interfaces and APIs. |
com.jivesoftware.base.event | Base events common to all Jive Software products. |
com.jivesoftware.forum.abuse | |
com.jivesoftware.forum.ban | |
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. |
com.jivesoftware.profiles |
Uses of UserListener in com.jivesoftware.base |
---|
Methods in com.jivesoftware.base with parameters of type UserListener | |
---|---|
static void |
UserManagerFactory.addListener(UserListener listener)
Method used internally by Jive. |
static void |
UserManagerFactory.removeListener(UserListener listener)
Method used internally by Jive. |
Uses of UserListener in com.jivesoftware.base.ban |
---|
Subinterfaces of UserListener in com.jivesoftware.base.ban | |
---|---|
interface |
BanManager
Manages the banning of User Accounts and IP Addresses. |
Classes in com.jivesoftware.base.ban that implement UserListener | |
---|---|
class |
AbstractBanManager
An abstract instance to manage the banning of User Accounts and IP Addresses. |
Uses of UserListener in com.jivesoftware.base.database |
---|
Classes in com.jivesoftware.base.database that implement UserListener | |
---|---|
class |
DbPresenceManager
Database implementation of the PresenceManager interface. |
Uses of UserListener in com.jivesoftware.base.event |
---|
Classes in com.jivesoftware.base.event that implement UserListener | |
---|---|
class |
UserListenerAdapter
Adapter class for the UserListener interface. |
Methods in com.jivesoftware.base.event with parameters of type UserListener | |
---|---|
void |
UserEventDispatcher.addListener(UserListener listener)
|
void |
UserEventDispatcher.removeListener(UserListener listener)
|
Uses of UserListener in com.jivesoftware.forum.abuse |
---|
Subinterfaces of UserListener in com.jivesoftware.forum.abuse | |
---|---|
interface |
AbuseManager
Manages all aspects of reporting abuse and managing abuse reports. |
Classes in com.jivesoftware.forum.abuse that implement UserListener | |
---|---|
class |
AbuseManagerImpl
|
Uses of UserListener in com.jivesoftware.forum.ban |
---|
Classes in com.jivesoftware.forum.ban that implement UserListener | |
---|---|
class |
BanManagerImpl
A concrete instance of the BanManager interface providing additional forum functionality to the base ban manager model. |
class |
BanManagerProxy
|
Uses of UserListener in com.jivesoftware.forum.database |
---|
Classes in com.jivesoftware.forum.database that implement UserListener | |
---|---|
class |
DbEmailTokenManager
Implementation of EmailTokenManager which associates random numbers with user ids
and stores them in the database. |
class |
PollCleanupListener
Listens for events generated by forum activity which deletes polls associated with those objects when those objects are deleted |
class |
UserDeletedListener
A listener for User delete events that sets all messages to anonymous and clears all appropriate caches. |
class |
WatchListener
Listens for events generated by forum activity and triggers watch updates as appropriate. |
Uses of UserListener in com.jivesoftware.forum.event |
---|
Classes in com.jivesoftware.forum.event that implement UserListener | |
---|---|
class |
DebugEventListener
Logs all events in the system to the debug log. |
Uses of UserListener in com.jivesoftware.profiles |
---|
Subinterfaces of UserListener in com.jivesoftware.profiles | |
---|---|
interface |
ProfileManager
Manages user profile and user skill data. |
Classes in com.jivesoftware.profiles that implement UserListener | |
---|---|
class |
ProfileManagerImpl
|
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |