Uses of Interface
org.apache.tapestry5.ioc.services.RegistryShutdownListener
Packages that use RegistryShutdownListener
Package
Description
[INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change.
[INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change.
Tapestry IOC service interfaces
-
Uses of RegistryShutdownListener in org.apache.tapestry5.ioc.internal
Methods in org.apache.tapestry5.ioc.internal with parameters of type RegistryShutdownListenerModifier and TypeMethodDescriptionvoid
RegistryImpl.addRegistryShutdownListener
(RegistryShutdownListener listener) -
Uses of RegistryShutdownListener in org.apache.tapestry5.ioc.internal.services
Methods in org.apache.tapestry5.ioc.internal.services with parameters of type RegistryShutdownListenerModifier and TypeMethodDescriptionvoid
RegistryShutdownHubImpl.addRegistryShutdownListener
(RegistryShutdownListener listener) -
Uses of RegistryShutdownListener in org.apache.tapestry5.ioc.services
Methods in org.apache.tapestry5.ioc.services with parameters of type RegistryShutdownListenerModifier and TypeMethodDescriptionvoid
RegistryShutdownHub.addRegistryShutdownListener
(RegistryShutdownListener listener) Adds a listener for eventual notification.