org.apache.cocoon.portal.event.impl
Class FullScreenCopletEventFactory

java.lang.Object
  extended by 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

Field Summary
 
Fields inherited from interface org.apache.cocoon.portal.event.ConvertableEventFactory
ROLE
 
Constructor Summary
FullScreenCopletEventFactory()
           
 
Method Summary
 ConvertableEvent createEvent(PortalService service, String eventData)
          Create an instance of the event
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FullScreenCopletEventFactory

public FullScreenCopletEventFactory()
Method Detail

createEvent

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

Specified by:
createEvent in interface ConvertableEventFactory
Parameters:
service - The PortalService
eventData - The marshalled data
Returns:
an instance of the event


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