org.jboss.portal.api.node.event
Interface PortalNodeEventContext

All Superinterfaces:
PortalEventContext
All Known Implementing Classes:
PortalNodeEventContextImpl

public interface PortalNodeEventContext
extends PortalEventContext

The context in which a PortalNodeEvent is dispatched.

Version:
$Revision: 8785 $
Author:
Julien Viet

Method Summary
 PortalNodeEvent dispatch()
          Dispatch the event to the next listeners.
 PortalNode getNode()
          The current node being browsed by the bubbling effect.
 
Methods inherited from interface org.jboss.portal.api.event.PortalEventContext
getPortalRuntimeContext
 

Method Detail

dispatch

PortalNodeEvent dispatch()
Dispatch the event to the next listeners.

Returns:
the event response or null

getNode

PortalNode getNode()
The current node being browsed by the bubbling effect.

Returns:
the current node.