org.jasig.portal.events.support
Class TimedChannelLayoutPortalEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by org.jasig.portal.events.PortalEvent
              extended by org.jasig.portal.events.support.ChannelLayoutPortalEvent
                  extended by 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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
TimedChannelLayoutPortalEvent(Object source, IPerson person, UserProfile profile, IUserLayoutChannelDescription description, IUserLayoutNodeDescription parentNode, long renderTime, EventType eventType)
           
 
Method Summary
 long getRenderTime()
           
 void setRenderTime(long renderTime)
           
 String toString()
           
 
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
 
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimedChannelLayoutPortalEvent

public TimedChannelLayoutPortalEvent(Object source,
                                     IPerson person,
                                     UserProfile profile,
                                     IUserLayoutChannelDescription description,
                                     IUserLayoutNodeDescription parentNode,
                                     long renderTime,
                                     EventType eventType)
Method Detail

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.