This project has retired. For details please refer to its
Attic page.
FullScreenCopletEventFactory (Cocoon API 2.1.12-dev [March 20 2012])
org.apache.cocoon.portal.event.impl
Class FullScreenCopletEventFactory
java.lang.Object
org.apache.cocoon.portal.event.impl.FullScreenCopletEventFactory
- All Implemented Interfaces:
- Component, ThreadSafe, ConvertableEventFactory
public class FullScreenCopletEventFactory
- extends Object
- implements ConvertableEventFactory
Factory to create FullScreenEvents from marshalled data.
- Version:
- SVN $Id: FullScreenCopletEventFactory.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Ralph Goers
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FullScreenCopletEventFactory
public FullScreenCopletEventFactory()
createEvent
public ConvertableEvent createEvent(PortalService service,
String eventData)
- Create an instance of the event
- Specified by:
createEvent
in interface ConvertableEventFactory
- Parameters:
service
- The PortalServiceeventData
- The marshalled data
- Returns:
- an instance of the event
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.