|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.api.event.PortalEvent
org.jboss.portal.api.node.event.PortalNodeEvent
public abstract class PortalNodeEvent
Base class for all portal node events.
Field Summary | |
---|---|
protected PortalNode |
node
The portal node targetted by this event. |
Constructor Summary | |
---|---|
PortalNodeEvent(PortalNode node)
|
Method Summary | |
---|---|
PortalNode |
getNode()
Returns the portal node targetted by the event. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final PortalNode node
Constructor Detail |
---|
public PortalNodeEvent(PortalNode node) throws java.lang.IllegalArgumentException
node
- the node the event targets
java.lang.IllegalArgumentException
- if the node argument is nullMethod Detail |
---|
public PortalNode getNode()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |