Uses of Class
org.jasig.portal.layout.LayoutEvent

Packages that use LayoutEvent
org.jasig.portal   
org.jasig.portal.layout   
org.jasig.portal.services.stats   
 

Uses of LayoutEvent in org.jasig.portal
 

Methods in org.jasig.portal with parameters of type LayoutEvent
 void ChannelManager.channelAdded(LayoutEvent ev)
           
 void ChannelManager.channelUpdated(LayoutEvent ev)
           
 void ChannelManager.folderAdded(LayoutEvent ev)
           
 void ChannelManager.folderUpdated(LayoutEvent ev)
           
 

Uses of LayoutEvent in org.jasig.portal.layout
 

Subclasses of LayoutEvent in org.jasig.portal.layout
 class LayoutMoveEvent
          A layout event involving old parent reference.
 

Methods in org.jasig.portal.layout with parameters of type LayoutEvent
 void LayoutEventListener.channelAdded(LayoutEvent ev)
           
 void LayoutEventListener.channelUpdated(LayoutEvent ev)
           
 void LayoutEventListener.folderAdded(LayoutEvent ev)
           
 void LayoutEventListener.folderUpdated(LayoutEvent ev)
           
 

Uses of LayoutEvent in org.jasig.portal.services.stats
 

Methods in org.jasig.portal.services.stats with parameters of type LayoutEvent
 void StatsRecorderLayoutEventListener.channelAdded(LayoutEvent ev)
           
 void StatsRecorderLayoutEventListener.channelUpdated(LayoutEvent ev)
           
 void StatsRecorderLayoutEventListener.folderAdded(LayoutEvent ev)
           
 void StatsRecorderLayoutEventListener.folderUpdated(LayoutEvent ev)