Interface RegistryShutdownListener

All Superinterfaces:
EventListener

public interface RegistryShutdownListener extends EventListener
Deprecated.
In Tapestry 5.3, to be removed in a later release.
Event listener interfaces for objects that need to know when the Registry shutsdown.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
    Invoked when the registry shuts down, giving services a chance to perform any final operations.
  • Method Details

    • registryDidShutdown

      Deprecated.
      Invoked when the registry shuts down, giving services a chance to perform any final operations. Service implementations should not attempt to invoke methods on other services (via proxies) as the service proxies may themselves be shutdown.