org.jasig.portal.events.support
Class TimedChannelLayoutPortalEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.jasig.portal.events.PortalEvent
org.jasig.portal.events.support.ChannelLayoutPortalEvent
org.jasig.portal.events.support.TimedChannelLayoutPortalEvent
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ChannelRenderedInLayoutPortalEvent, PortletActionInLayoutPortalEvent
public abstract class TimedChannelLayoutPortalEvent
- extends ChannelLayoutPortalEvent
- Version:
- $Revision$
- Author:
- Eric Dalquist
- See Also:
- Serialized Form
| Methods inherited from class org.jasig.portal.events.support.ChannelLayoutPortalEvent |
getChannelDefinitionId, getChannelDescription, getChannelDescriptionString, getChannelSubscribeId, getParentDescription, getParentDescriptionString, getProfile, getProfileId, getTargetFolderId, setChannelDefinitionId, setChannelSubscribeId, setProfileId, setTargetFolderId |
| Methods inherited from class org.jasig.portal.events.PortalEvent |
getDescription, getDisplayName, getEventType, getId, getPerson, getStatsSession, getTimestampAsDate, setDescription, setId, setStatsSession, setTimestampAsDate |
TimedChannelLayoutPortalEvent
public TimedChannelLayoutPortalEvent(Object source,
IPerson person,
UserProfile profile,
IUserLayoutChannelDescription description,
IUserLayoutNodeDescription parentNode,
long renderTime,
EventType eventType)
getRenderTime
public long getRenderTime()
setRenderTime
public void setRenderTime(long renderTime)
toString
public String toString()
- Overrides:
toString in class ChannelLayoutPortalEvent
Copyright © 2010 Jasig. All Rights Reserved.