org.jasig.portal.layout
Class LayoutEvent
java.lang.Object
java.util.EventObject
org.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
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 eventnode
- an UserLayoutNodeDescription
of the node that was involved
getNodeDescription
public IUserLayoutNodeDescription getNodeDescription()
- Obtain a description of a node involved in the event.
- Returns:
- an
UserLayoutNodeDescription
value