org.apache.cocoon.portal.event.aspect.impl
Class FullScreenCopletEventAspect
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.portal.event.aspect.impl.FullScreenCopletEventAspect
- All Implemented Interfaces:
- Disposable, Initializable, Component, LogEnabled, Serviceable, ThreadSafe, EventAspect, Receiver
public class FullScreenCopletEventAspect
- extends AbstractLogEnabled
- implements EventAspect, ThreadSafe, Serviceable, Disposable, Receiver, Initializable
- Version:
- CVS $Id: FullScreenCopletEventAspect.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Carsten Ziegeler, Volker Schmitt
Fields inherited from interface org.apache.cocoon.portal.event.aspect.EventAspect |
ROLE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
manager
protected ServiceManager manager
FullScreenCopletEventAspect
public FullScreenCopletEventAspect()
service
public void service(ServiceManager manager)
throws ServiceException
- Specified by:
service
in interface Serviceable
- Throws:
ServiceException
process
public void process(EventAspectContext context,
PortalService service)
- Specified by:
process
in interface EventAspect
inform
public void inform(FullScreenCopletEvent event,
PortalService service)
- See Also:
Receiver
initialize
public void initialize()
throws Exception
- Specified by:
initialize
in interface Initializable
- Throws:
Exception
dispose
public void dispose()
- Specified by:
dispose
in interface Disposable
- See Also:
Disposable.dispose()
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.