@StableMinor(version="12.3", sinceVersion="4.2") public interface IPortalEventObserver
IPortalEvent
's. All portal event observer
implementations must implement this interface.
Instead of implementing this class directly,
consider extending AbstractPortalEventObserver
.
lumis.portal.event
Modifier and Type | Method and Description |
---|---|
IPortalEventFilter |
getEventFilter()
Returns the event filter for this observer.
|
void |
onEvent(IPortalEvent event)
Notifies that an event has been raised.
|
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
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.