org.apache.tapestry.services
Interface ResetEventCoordinator

All Known Implementing Classes:
ResetEventCoordinatorImpl

public interface ResetEventCoordinator

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

Method Summary
 void addResetEventListener(ResetEventListener l)
           
 void fireResetEvent()
          Notifies registered listeners.
 void removeResetEventListener(ResetEventListener l)
           
 

Method Detail

addResetEventListener

void addResetEventListener(ResetEventListener l)

removeResetEventListener

void removeResetEventListener(ResetEventListener l)

fireResetEvent

void fireResetEvent()
Notifies registered listeners.