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

All Known Implementing Classes:
PortletB.Listener, WindowConstraintEventListener

public interface PortalNodeEventListener

A listener for portal events

Version:
$Revision: 6100 $
Author:
Julien Viet

Method Summary
 PortalNodeEvent onEvent(PortalNodeEventContext context, PortalNodeEvent event)
          Dispatch an event to the listener.
 

Method Detail

onEvent

PortalNodeEvent onEvent(PortalNodeEventContext context,
                        PortalNodeEvent event)
Dispatch an event to the listener.

Parameters:
context - the context in which the event is triggered
event - the fired event
Returns:
an possible new events that will replace the current event or null to keep the same event