Uses of Interface
org.apache.tapestry5.ioc.services.RegistryShutdownListener
-
Packages that use RegistryShutdownListener Package Description org.apache.tapestry5.ioc.internal [INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change.org.apache.tapestry5.ioc.internal.services [INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change.org.apache.tapestry5.ioc.services Tapestry IOC service interfaces -
-
Uses of RegistryShutdownListener in org.apache.tapestry5.ioc.internal
Methods in org.apache.tapestry5.ioc.internal with parameters of type RegistryShutdownListener Modifier and Type Method Description void
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 RegistryShutdownListener Modifier and Type Method Description void
RegistryShutdownHubImpl. addRegistryShutdownListener(RegistryShutdownListener listener)
-
Uses of RegistryShutdownListener in org.apache.tapestry5.ioc.services
Methods in org.apache.tapestry5.ioc.services with parameters of type RegistryShutdownListener Modifier and Type Method Description void
RegistryShutdownHub. addRegistryShutdownListener(RegistryShutdownListener listener)
Adds a listener for eventual notification.
-