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

PortalObjectNode.Bubbler - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.core.aspects.controller.node
Class PortalObjectNode.Bubbler

java.lang.Object
  extended byorg.jboss.portal.core.aspects.controller.node.PortalObjectNode.Bubbler
All Implemented Interfaces:
PortalNodeEventContext
Enclosing class:
PortalObjectNode

private static class PortalObjectNode.Bubbler
extends java.lang.Object
implements PortalNodeEventContext


Field Summary
private  PortalNodeEvent event
          .
private  PortalObjectNode node
          .
(package private)  PortalEventListenerRegistry registry
          .
 
Constructor Summary
PortalObjectNode.Bubbler(PortalEventListenerRegistry registry, PortalObjectNode node, PortalNodeEvent event)
           
 
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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

registry

PortalEventListenerRegistry registry
.


event

private PortalNodeEvent event
.


node

private PortalObjectNode node
.

Constructor Detail

PortalObjectNode.Bubbler

public PortalObjectNode.Bubbler(PortalEventListenerRegistry registry,
                                PortalObjectNode node,
                                PortalNodeEvent event)
Method Detail

dispatch

public PortalNodeEvent dispatch()
Description copied from interface: PortalNodeEventContext
Dispatch the event to the next listeners.

Specified by:
dispatch in interface PortalNodeEventContext
Returns:
the event response or null

getNode

public PortalNode getNode()
Description copied from interface: PortalNodeEventContext
The current node being browsed by the bubbling effect.

Specified by:
getNode in interface PortalNodeEventContext
Returns:
the current node.