org.apache.cocoon.portal.event
Interface ConvertableEventFactory

All Superinterfaces:
Component, ThreadSafe
All Known Implementing Classes:
FullScreenCopletEventFactory, PortletURLProviderFactory

public interface ConvertableEventFactory
extends Component, ThreadSafe

Interface to be implemented to create Event factories.

Version:
SVN $Id: ConvertableEventFactory.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Ralph Goers

Field Summary
static String ROLE
           
 
Method Summary
 ConvertableEvent createEvent(PortalService service, String eventData)
          Create an instance of the event
 

Field Detail

ROLE

static final String ROLE
Method Detail

createEvent

ConvertableEvent createEvent(PortalService service,
                             String eventData)
Create an instance of the event

Parameters:
service - The PortalService
eventData - The marshalled data for this event.
Returns:
an instance of the event


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.