Clearspace API (2.5.29) Core Javadocs

com.jivesoftware.community.event
Interface ProjectListener


public interface ProjectListener


Method Summary
 void projectCreated(ProjectEvent event)
          Fired when a project has been added to the system.
 void projectDeleting(ProjectEvent event)
          Fired when a work space is about to be deleted from the system.
 void projectModified(ProjectEvent event)
          Fired when a work space has been modified in the system.
 

Method Detail

projectCreated

void projectCreated(ProjectEvent event)
Fired when a project has been added to the system.

Parameters:
event - the event object.

projectDeleting

void projectDeleting(ProjectEvent event)
Fired when a work space is about to be deleted from the system. Because various code pieces may depend on this event for performing cleanup tasks, it's guaranteed that this method will be called before the work space is deleted from the database.

Parameters:
event - the event object.

projectModified

void projectModified(ProjectEvent event)
Fired when a work space has been modified in the system.

Parameters:
event - the event object

Clearspace Project Page

Copyright © 1999-2007 Jive Software.