org.apache.tapestry.services.impl
Class ResetEventHubImpl

java.lang.Object
  extended by org.apache.tapestry.services.impl.ResetEventHubImpl
All Implemented Interfaces:
ResetEventHub

public class ResetEventHubImpl
extends Object
implements ResetEventHub

Implementation of the tapestry.ResetEventHub service.

Since:
4.0
Author:
Howard Lewis Ship

Constructor Summary
ResetEventHubImpl()
           
 
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

ResetEventHubImpl

public ResetEventHubImpl()
Method Detail

addResetEventListener

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

removeResetEventListener

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

fireResetEvent

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

Specified by:
fireResetEvent in interface ResetEventHub


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.