|
Clearspace API (2.5.29) Core Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
void communityAdded(CommunityEvent event)
event - the CommunityEventvoid communityDeleting(CommunityEvent event)
event - the CommunityEventvoid communityMoved(CommunityEvent event)
event - the CommunityEventvoid communityModified(CommunityEvent event)
event - the CommunityEventvoid communityMerging(CommunityEvent event)
event - the CommunityEvent
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||