|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.service.socialnetworkservices.socialprofile.SocialProfilePortalObserver
public class SocialProfilePortalObserver
Observer to automatically delete user's social profile (and its content) when it is deleted.
Constructor Summary | |
---|---|
SocialProfilePortalObserver()
|
Method Summary | |
---|---|
IPortalEventFilter |
getEventFilter()
Returns the event filter for this observer. |
void |
onEvent(IPortalEvent event)
Notifies that an event has been raised. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SocialProfilePortalObserver()
Method Detail |
---|
public IPortalEventFilter getEventFilter()
IPortalEventObserver
PortalEventFilters
provides methods for generating commonly
used filters.
getEventFilter
in interface IPortalEventObserver
PortalEventFilters
public void onEvent(IPortalEvent event) throws PortalException
IPortalEventObserver
#getExpectedEventGroups()
.
Important: The implementation of this method must not be time consuming, as it may impact the overall time response of the portal.
onEvent
in interface IPortalEventObserver
event
- the event.
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |