Uses of Interface
org.apache.tapestry5.ioc.services.ServiceConfigurationListener
-
Packages that use ServiceConfigurationListener Package Description org.apache.tapestry5.ioc.services Tapestry IOC service interfaces -
-
Uses of ServiceConfigurationListener in org.apache.tapestry5.ioc.services
Methods in org.apache.tapestry5.ioc.services that return types with arguments of type ServiceConfigurationListener Modifier and Type Method Description List<ServiceConfigurationListener>
ServiceConfigurationListenerHub. getListeners()
Returns the list of service configuration listeners.Constructor parameters in org.apache.tapestry5.ioc.services with type arguments of type ServiceConfigurationListener Constructor Description ServiceConfigurationListenerHub(List<ServiceConfigurationListener> listeners)
-