org.apache.tapestry5.ioc.internal.services
Class RegistryShutdownHubImpl

java.lang.Object
  extended by org.apache.tapestry5.ioc.internal.services.RegistryShutdownHubImpl
All Implemented Interfaces:
RegistryShutdownHub

public class RegistryShutdownHubImpl
extends java.lang.Object
implements RegistryShutdownHub


Constructor Summary
RegistryShutdownHubImpl(org.slf4j.Logger logger)
           
 
Method Summary
 void addRegistryShutdownListener(RegistryShutdownListener listener)
          Adds a listener for eventual notification.
 void fireRegistryDidShutdown()
          Fires the RegistryShutdownListener.registryDidShutdown() method on each listener.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistryShutdownHubImpl

public RegistryShutdownHubImpl(org.slf4j.Logger logger)
Method Detail

addRegistryShutdownListener

public void addRegistryShutdownListener(RegistryShutdownListener listener)
Description copied from interface: RegistryShutdownHub
Adds a listener for eventual notification.

Specified by:
addRegistryShutdownListener in interface RegistryShutdownHub

fireRegistryDidShutdown

public void fireRegistryDidShutdown()
Fires the RegistryShutdownListener.registryDidShutdown() method on each listener. At the end, all the listeners are discarded.



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