org.exoplatform.forum.ext.activity
Interface ActivityTask<T>

All Known Implementing Classes:
PostActivityTask, TopicActivityTask

public interface ActivityTask<T>

Created by The eXo Platform SAS Author : thanh_vucong thanh_vucong@exoplatform.com Jan 9, 2013


Method Summary
 void end(T ctx)
           
 org.exoplatform.social.core.activity.model.ExoSocialActivity execute(T ctx)
           
 void start(T ctx)
           
 

Method Detail

start

void start(T ctx)

execute

org.exoplatform.social.core.activity.model.ExoSocialActivity execute(T ctx)

end

void end(T ctx)


Copyright © 2003–2014 eXo Platform SAS. All rights reserved.