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

PortletB.Listener - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.core.portlet.test.event
Class PortletB.Listener

java.lang.Object
  extended byorg.jboss.portal.core.portlet.test.event.PortletB.Listener
All Implemented Interfaces:
PortalNodeEventListener
Enclosing class:
PortletB

public static class PortletB.Listener
extends java.lang.Object
implements PortalNodeEventListener


Constructor Summary
PortletB.Listener()
           
 
Method Summary
 PortalNodeEvent onEvent(PortalNodeEventContext context, PortalNodeEvent event)
          Dispatch an event to the listener.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletB.Listener

public PortletB.Listener()
Method Detail

onEvent

public PortalNodeEvent onEvent(PortalNodeEventContext context,
                               PortalNodeEvent event)
Description copied from interface: PortalNodeEventListener
Dispatch an event to the listener.

Specified by:
onEvent in interface PortalNodeEventListener
Parameters:
context - the bubbler to perform the event bubbling control
event - the fired event
Returns:
the next event or null to keep the same event