Interface RegistryShutdownListener
- All Superinterfaces:
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
Modifier and TypeMethodDescriptionvoid
Deprecated.Invoked when the registry shuts down, giving services a chance to perform any final operations.
-
Method Details
-
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.
-