|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.jasig.portal.layout.LayoutEvent
public class LayoutEvent
A basic user layout event, involving just one node.
Field Summary | |
---|---|
protected IUserLayoutNodeDescription |
node
|
Fields inherited from class java.util.EventObject |
---|
source |
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected IUserLayoutNodeDescription node
Constructor Detail |
---|
public LayoutEvent(java.lang.Object source, IUserLayoutNodeDescription node)
LayoutEvent
from a given source,
and a given node.
source
- an Object
that generated the eventnode
- an UserLayoutNodeDescription
of the node that was involvedMethod Detail |
---|
public IUserLayoutNodeDescription getNodeDescription()
UserLayoutNodeDescription
value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |