org.apache.tapestry5.ioc.services
Interface RegistryShutdownHub

All Known Subinterfaces:
InternalRegistry
All Known Implementing Classes:
RegistryImpl, RegistryShutdownHubImpl

public interface RegistryShutdownHub

Event hub for notifications when the IOC Registry shuts down.


Method Summary
 void addRegistryShutdownListener(RegistryShutdownListener listener)
          Adds a listener for eventual notification.
 

Method Detail

addRegistryShutdownListener

void addRegistryShutdownListener(RegistryShutdownListener listener)
Adds a listener for eventual notification.



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