站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

PortalNodeEventContext - JBOSS Portal 2.6 API 英文版文档


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

All Known Implementing Classes:
PortalObjectNode.Bubbler

public interface PortalNodeEventContext

Version:
$Revision: 5441 $
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.
 

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.