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)

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-2010 The Apache Software Foundation. All Rights Reserved.