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
public void addResetEventListener(ResetEventListener l)
removeResetEventListener
public void removeResetEventListener(ResetEventListener l)
fireResetEvent
public void fireResetEvent()
- Notifies registered listeners.