uPortal 2.4.1
API Documentation

org.jasig.portal.layout
Class LayoutEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.jasig.portal.layout.LayoutEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
LayoutMoveEvent

public class LayoutEvent
extends java.util.EventObject

A basic user layout event, involving just one node.

Version:
1.0
Author:
Peter Kharchenko
See Also:
Serialized Form

Constructor Summary
LayoutEvent(java.lang.Object source, IUserLayoutNodeDescription node)
          Construct a LayoutEvent from a given source, and a given node.
 
Method Summary
 IUserLayoutNodeDescription getNodeDescription()
          Obtain a description of a node involved in the event.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LayoutEvent

public LayoutEvent(java.lang.Object source,
                   IUserLayoutNodeDescription node)
Construct a LayoutEvent from a given source, and a given node.

Parameters:
source - an Object that generated the event
node - an UserLayoutNodeDescription of the node that was involved
Method Detail

getNodeDescription

public IUserLayoutNodeDescription getNodeDescription()
Obtain a description of a node involved in the event.

Returns:
an UserLayoutNodeDescription value

uPortal 2.4.1
API Documentation