Interface RegistryShutdownListener
-
- All Superinterfaces:
java.util.EventListener
public interface RegistryShutdownListener extends java.util.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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
registryDidShutdown()
Deprecated.Invoked when the registry shuts down, giving services a chance to perform any final operations.
-
-
-
Method Detail
-
registryDidShutdown
void 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.
-
-