Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.profiles
Interface ProfileListener


public interface ProfileListener

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


Method Summary
 void profileUpdated(ProfileEvent event)
          Fired when a user's profile is updated.
 void skillsUpdated(ProfileEvent event)
          Fired when a user's skill card is updated.
 

Method Detail

profileUpdated

void profileUpdated(ProfileEvent event)
Fired when a user's profile is updated.

Parameters:
event - the ProfileEvent

skillsUpdated

void skillsUpdated(ProfileEvent event)
Fired when a user's skill card is updated.

Parameters:
event - the ProfileEvent

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.