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 433543 2006-08-22 06:22:54Z crossley $
Author:
Geoff Howard (ghoward@apache.org)

Method Summary
 void processEvent(Event e)
          Receive notification of an Event.
 

Method Detail

processEvent

void processEvent(Event e)
Receive notification of an Event.

Parameters:
e - The Event


Copyright ? 1999-2007 The Apache Software Foundation. All Rights Reserved.