|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.service.socialnetworkservices.microblog.doui.observer.MicroblogPortalObserver
public class MicroblogPortalObserver
Observer used to remove all user Microblog-related data before it's deletion.
Constructor Summary | |
---|---|
MicroblogPortalObserver()
|
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 MicroblogPortalObserver()
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 |