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.java 30941 2004-07-29 19:56:58Z vgritsenko $
- Author:
- Geoff Howard (ghoward@apache.org)
processEvent
public void processEvent(Event e)
- Receive notification of an Event.
- Parameters:
e
- The Event
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.