Clearspace API (2.5.29) Core Javadocs

com.jivesoftware.community.event
Interface TaskListener


public interface TaskListener


Method Summary
 void taskCreated(TaskEvent event)
          Fired when a task has been added to the system.
 void taskDeleting(TaskEvent event)
          Fired when a task is about to be deleted from the system.
 void taskModified(TaskEvent event)
          Fired when a task has been modified in the system.
 

Method Detail

taskCreated

void taskCreated(TaskEvent event)
Fired when a task has been added to the system.

Parameters:
event - the event object.

taskDeleting

void taskDeleting(TaskEvent event)
Fired when a task 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 task is deleted from the database.

Parameters:
event - the event object.

taskModified

void taskModified(TaskEvent event)
Fired when a task has been modified in the system.

Parameters:
event - the event object

Clearspace Project Page

Copyright © 1999-2007 Jive Software.