org.apache.tapestry.event
Interface ResetEventListener
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- ComponentConstructorFactoryImpl, ComponentMessagesSourceImpl, ComponentPropertySourceImpl, DefaultScriptSource, ExpressionCacheImpl, ListenerMapSourceImpl, ObjectPoolImpl, ResourceDigestSourceImpl, SpecificationSourceImpl, TemplateSourceImpl
public interface ResetEventListener
- extends java.util.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
resetEventDidOccur
void resetEventDidOccur()