|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bea.netuix.application.communities.AbstractCommunityCallback
public abstract class AbstractCommunityCallback
AbstractCommunityCallback - default implementation of the CommunityCallback
interface that no-ops all methods.
Constructor Summary | |
---|---|
AbstractCommunityCallback()
|
Method Summary | |
---|---|
void |
onActivate(CommunityDefinition communityDefinition)
Method for callback to be made AFTER a community
has been activated. |
void |
onCreate(CommunityDefinition communityDefinition)
Method for callback to be made AFTER creation of
a commuinty. |
void |
onDeactivate(CommunityDefinition communityDefinition)
Method for callback to be made BEFORE a community
is deactivated. |
void |
onDelete(CommunityDefinition communityDefinition)
Method for callback to be made BEFORE a community
is deleted. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractCommunityCallback()
Method Detail |
---|
public void onActivate(CommunityDefinition communityDefinition)
AFTER
a community
has been activated.
onActivate
in interface CommunityCallback
communityDefinition
- activated community definitionpublic void onCreate(CommunityDefinition communityDefinition)
AFTER
creation of
a commuinty.
onCreate
in interface CommunityCallback
communityDefinition
- newly created community definitionpublic void onDeactivate(CommunityDefinition communityDefinition)
BEFORE
a community
is deactivated.
onDeactivate
in interface CommunityCallback
communityDefinition
- community definition for community to be
deactivatedpublic void onDelete(CommunityDefinition communityDefinition)
BEFORE
a community
is deleted.
onDelete
in interface CommunityCallback
communityDefinition
- community definition for community to be
deleted
|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |