org.jasig.portal.events.support
Class ChannelAddedToLayoutPortalEvent

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.ChannelAddedToLayoutPortalEvent
All Implemented Interfaces:
Serializable

public final class ChannelAddedToLayoutPortalEvent
extends ChannelLayoutPortalEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ChannelAddedToLayoutPortalEvent(Object source, IPerson person, UserProfile profile, IUserLayoutChannelDescription description, IUserLayoutNodeDescription parentNode)
           
 
Method Summary
 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

ChannelAddedToLayoutPortalEvent

public ChannelAddedToLayoutPortalEvent(Object source,
                                       IPerson person,
                                       UserProfile profile,
                                       IUserLayoutChannelDescription description,
                                       IUserLayoutNodeDescription parentNode)
Method Detail

toString

public String toString()
Overrides:
toString in class ChannelLayoutPortalEvent


Copyright © 2010 Jasig. All Rights Reserved.