org.apache.cocoon.caching.validity
Class NamedEventFactory
java.lang.Object
org.apache.cocoon.caching.validity.NamedEventFactory
- All Implemented Interfaces:
- EventFactory
public class NamedEventFactory
- extends Object
- implements EventFactory
Factory for NamedEvents
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EVENT_NAME_PARAM
public static final String EVENT_NAME_PARAM
- Parameter key 'event-name'.
- See Also:
- Constant Field Values
NamedEventFactory
public NamedEventFactory()
createEvent
public Event createEvent(Parameters params)
throws ParameterException
- Description copied from interface:
EventFactory
- Create an event based on parameter values.
- Specified by:
createEvent
in interface EventFactory
- Parameters:
params
- arguments to the newly created event.
- Returns:
- newly created Event
- Throws:
ParameterException
- if required parameters are missing.
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.