Clearspace API (2.5.29) Core Javadocs

com.jivesoftware.community.event
Interface CommunityListener


public interface CommunityListener

A CommunityListener gets notified anytime a community event is fired. Concrete implementations of this class must have a zero argument constructor.


Method Summary
 void communityAdded(CommunityEvent event)
          Fired when a Community is added.
 void communityDeleting(CommunityEvent event)
          Fired when a Community is about to be deleted.
 void communityMerging(CommunityEvent event)
          Fired when a Community is about to be merged into another community.
 void communityModified(CommunityEvent event)
          Fired when a Community is modified.
 void communityMoved(CommunityEvent event)
          Fired when a Community is moved.
 

Method Detail

communityAdded

void communityAdded(CommunityEvent event)
Fired when a Community is added.

Parameters:
event - the CommunityEvent

communityDeleting

void communityDeleting(CommunityEvent event)
Fired when a Community is about to be deleted.

Parameters:
event - the CommunityEvent

communityMoved

void communityMoved(CommunityEvent event)
Fired when a Community is moved.

Parameters:
event - the CommunityEvent

communityModified

void communityModified(CommunityEvent event)
Fired when a Community is modified.

Parameters:
event - the CommunityEvent

communityMerging

void communityMerging(CommunityEvent event)
Fired when a Community is about to be merged into another community.

Parameters:
event - the CommunityEvent

Clearspace Project Page

Copyright © 1999-2007 Jive Software.