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


public interface PortalNodeEventContext


Method Summary
 PortalNodeEvent dispatch()
          Dispatch the event to the next listeners.
 PortalNode getNode()
          The current node being browsed by the bubbling effect.
 

Method Detail

dispatch

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

Returns:
the event response or null

getNode

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

Returns:
the current node.