Clearspace API (2.5.29) Core Javadocs

com.jivesoftware.base.event
Interface UserListener

All Known Implementing Classes:
IMManager

public interface UserListener

A UserListener gets notified anytime a user event is fired. Concrete implementations of this class should have a zero argument constructor.


Method Summary
 void userAuthenticating(UserEvent event)
          This method is called when a user begins the authentication process.
 void userCreated(UserEvent event)
          Fired when a user is created.
 void userDeleted(UserEvent event)
          Fired when a user is deleted.
 void userLoggedIn(UserEvent event)
          This method is called whenever a user logs in.
 void userModified(UserEvent event)
          Fired when a user is modified.
 

Method Detail

userCreated

void userCreated(UserEvent event)
Fired when a user is created.

Parameters:
event - the UserEvent

userDeleted

void userDeleted(UserEvent event)
Fired when a user is deleted.

Parameters:
event - the UserEvent

userModified

void userModified(UserEvent event)
Fired when a user is modified.

Parameters:
event - the UserEvent

userAuthenticating

void userAuthenticating(UserEvent event)
This method is called when a user begins the authentication process.

Parameters:
event - method is called whenever a user logs in.

userLoggedIn

void userLoggedIn(UserEvent event)
This method is called whenever a user logs in.

Parameters:
event - method is called whenever a user logs in.

Clearspace Project Page

Copyright © 1999-2007 Jive Software.