org.jboss.portal.core.controller.coordination
Interface EventConverter

All Known Implementing Classes:
SimpleEventConverter

public interface EventConverter

Version:
: 0.1 $
Author:
Boleslaw Dawidowicz

Method Summary
 org.jboss.portal.portlet.controller.event.PortletWindowEvent resolveEvent(org.jboss.portal.portlet.controller.event.PortletWindowEvent sourceEvent, org.jboss.portal.portlet.info.EventInfo destEventInfo, Window window)
          Converts source event using information about destination event mapping.
 

Method Detail

resolveEvent

org.jboss.portal.portlet.controller.event.PortletWindowEvent resolveEvent(org.jboss.portal.portlet.controller.event.PortletWindowEvent sourceEvent,
                                                                          org.jboss.portal.portlet.info.EventInfo destEventInfo,
                                                                          Window window)
Converts source event using information about destination event mapping. Return event will have destination event QName, source event windowId and negotiated payload value.

Parameters:
sourceEvent -
destEventInfo -
Returns: