Package lumis.portal.channel
Class ChannelRenderDataChangedEvent
- java.lang.Object
-
- lumis.portal.event.AbstractPortalEvent
-
- lumis.portal.event.AbstractTransactionalPortalEvent
-
- lumis.portal.page.PageRenderDataChangedEvent
-
- lumis.portal.channel.ChannelRenderDataChangedEvent
-
- All Implemented Interfaces:
IPortalEvent
public class ChannelRenderDataChangedEvent extends PageRenderDataChangedEvent
Event that indicates that the render data of some channels may have changed.- Since:
- 4.1.0
- Version:
- $Revision: 8618 $ $Date: 2007-12-18 11:34:20 -0200 (Tue, 18 Dec 2007) $
-
-
Constructor Summary
Constructors Constructor Description ChannelRenderDataChangedEvent(SessionConfig sessionConfig, Collection<ChannelConfig> channelsChanged, ITransaction transaction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<ChannelConfig>
getChannelsChanged()
Returns the channels whose render data may have changed.-
Methods inherited from class lumis.portal.page.PageRenderDataChangedEvent
getExpirationLimit, getLocale, getPagesChanged, getParameters, isAutomaticBulkExpiration, setAutomaticBulkExpiration, setExpirationLimit, setLocale, setOperationType, setParameters
-
Methods inherited from class lumis.portal.event.AbstractTransactionalPortalEvent
getSessionConfig, getTransaction
-
Methods inherited from class lumis.portal.event.AbstractPortalEvent
getEventGroups, getOperationType, setEventGroups
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface lumis.portal.event.IPortalEvent
toString
-
-
-
-
Constructor Detail
-
ChannelRenderDataChangedEvent
public ChannelRenderDataChangedEvent(SessionConfig sessionConfig, Collection<ChannelConfig> channelsChanged, ITransaction transaction) throws PortalException
- Throws:
PortalException
-
-
Method Detail
-
getChannelsChanged
public Collection<ChannelConfig> getChannelsChanged()
Returns the channels whose render data may have changed.- Returns:
- the channels whose render data may have changed.
- Since:
- 4.1.0
-
-