This project has retired. For details please refer to its
Attic page.
EventAware (Cocoon API 2.1.12-dev [March 20 2012])
org.apache.cocoon.caching
Interface EventAware
- All Known Implementing Classes:
- EventAwareCacheImpl
public interface EventAware
Defines the simple contract for components that need to receive notification
of cache Events.
- Version:
- CVS $Id: EventAware.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Geoff Howard (ghoward@apache.org)
processEvent
void processEvent(Event e)
- Receive notification of an Event.
- Parameters:
e
- The Event
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.