org.apache.tapestry.services.impl
Class ResetEventCoordinatorImpl

java.lang.Object
  extended by org.apache.tapestry.services.impl.ResetEventCoordinatorImpl
All Implemented Interfaces:
ResetEventCoordinator

public class ResetEventCoordinatorImpl
extends java.lang.Object
implements ResetEventCoordinator

Implementation of the tapestry.ResetEventCoordinator service.

Since:
4.0
Author:
Howard Lewis Ship

Constructor Summary
ResetEventCoordinatorImpl()
           
 
Method Summary
 void addResetEventListener(ResetEventListener l)
           
 void fireResetEvent()
          Notifies registered listeners.
 void removeResetEventListener(ResetEventListener l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResetEventCoordinatorImpl

public ResetEventCoordinatorImpl()
Method Detail

addResetEventListener

public void addResetEventListener(ResetEventListener l)
Specified by:
addResetEventListener in interface ResetEventCoordinator

removeResetEventListener

public void removeResetEventListener(ResetEventListener l)
Specified by:
removeResetEventListener in interface ResetEventCoordinator

fireResetEvent

public void fireResetEvent()
Description copied from interface: ResetEventCoordinator
Notifies registered listeners.

Specified by:
fireResetEvent in interface ResetEventCoordinator