org.apache.tapestry.event
Interface ResetEventListener

All Superinterfaces:
EventListener
All Known Subinterfaces:
IComponentEventInvoker
All Known Implementing Classes:
ClassFactoryImpl, ComponentConstructorFactoryImpl, ComponentEventInvoker, ComponentMessagesSourceImpl, ComponentPropertySourceImpl, DefaultScriptSource, ExpressionCacheImpl, ListenerMapSourceImpl, ObjectPoolImpl, PageSource, ResourceDigestSourceImpl, ResourceMatcherImpl, SpecificationSourceImpl, TemplateSourceImpl

public interface ResetEventListener
extends EventListener

Listener interface for objects interested in a Tapestry reset event. Reset events occur when cached data should be released (this may happend as often as every request in a development configuration).

Since:
4.0
Author:
Howard Lewis Ship

Method Summary
 void resetEventDidOccur()
           
 

Method Detail

resetEventDidOccur

void resetEventDidOccur()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.