org.apache.tapestry.services
Interface ResetEventHub
- All Known Implementing Classes:
- ResetEventHubImpl
public interface ResetEventHub
Service interface for a source of reset events; this events are used
to inform other services that they should discard any cached data.
- Since:
- 4.0
- Author:
- Howard Lewis Ship
addResetEventListener
void addResetEventListener(ResetEventListener l)
removeResetEventListener
void removeResetEventListener(ResetEventListener l)
fireResetEvent
void fireResetEvent()
- Notifies registered listeners.
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.