|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPortalEventObserver
An observer of IPortalEvent
's. All portal event observer
implementations must implement this interface.
Instead of implementing this class directly,
consider extending AbstractPortalEventObserver
.
lumis.portal.event
Method Summary | |
---|---|
IPortalEventFilter |
getEventFilter()
Returns the event filter for this observer. |
void |
onEvent(IPortalEvent event)
Notifies that an event has been raised. |
Method Detail |
---|
IPortalEventFilter getEventFilter()
PortalEventFilters
provides methods for generating commonly
used filters.
PortalEventFilters
void onEvent(IPortalEvent event) throws PortalException
#getExpectedEventGroups()
.
Important: The implementation of this method must not be time consuming, as it may impact the overall time response of the portal.
event
- the event.
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |