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
ROLE
static final String ROLE
createEvent
ConvertableEvent createEvent(PortalService service,
String eventData)
- Create an instance of the event
- Parameters:
service
- The PortalServiceeventData
- The marshalled data for this event.
- Returns:
- an instance of the event
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.