Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.forum.database
Class UserDeletedListener

java.lang.Object
  extended by com.jivesoftware.base.event.UserListenerAdapter
      extended by com.jivesoftware.forum.database.UserDeletedListener
All Implemented Interfaces:
UserListener

public class UserDeletedListener
extends UserListenerAdapter

A listener for User delete events that sets all messages to anonymous and clears all appropriate caches.


Constructor Summary
UserDeletedListener()
           
 
Method Summary
protected  LongList getIdList(UserEvent event, java.lang.String sql)
           
 void userDeleted(UserEvent event)
          Fired when a user is deleted.
 
Methods inherited from class com.jivesoftware.base.event.UserListenerAdapter
userCreated, userModified
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserDeletedListener

public UserDeletedListener()
Method Detail

getIdList

protected LongList getIdList(UserEvent event,
                             java.lang.String sql)

userDeleted

public void userDeleted(UserEvent event)
Description copied from interface: UserListener
Fired when a user is deleted.

Specified by:
userDeleted in interface UserListener
Overrides:
userDeleted in class UserListenerAdapter
Parameters:
event - the UserEvent

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.