Uses of Interface
org.apache.tapestry5.services.UpdateListener

Packages that use UpdateListener
org.apache.tapestry5.internal.dynamic [INTERNAL USE ONLY] support classes for the Dynamic component; API subject to change 
org.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to change 
org.apache.tapestry5.internal.services.assets [INTERNAL USE ONLY] asset support services; API subject to change 
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.services Core services 
 

Uses of UpdateListener in org.apache.tapestry5.internal.dynamic
 

Classes in org.apache.tapestry5.internal.dynamic that implement UpdateListener
 class DynamicTemplateParserImpl
           
 

Uses of UpdateListener in org.apache.tapestry5.internal.services
 

Subinterfaces of UpdateListener in org.apache.tapestry5.internal.services
 interface MessagesSource
           
 

Classes in org.apache.tapestry5.internal.services that implement UpdateListener
 class ComponentInstantiatorSourceImpl
          A wrapper around a PlasticManager that allows certain classes to be modified as they are loaded.
 class ComponentMessagesSourceImpl
           
 class ComponentTemplateSourceImpl
          Service implementation that manages a cache of parsed component templates.
 class MessagesSourceImpl
          A utility class that encapsulates all the logic for reading properties files and assembling Messages from them, in accordance with extension rules and locale.
 

Uses of UpdateListener in org.apache.tapestry5.internal.services.assets
 

Classes in org.apache.tapestry5.internal.services.assets that implement UpdateListener
 class ResourceChangeTrackerImpl
           
 

Uses of UpdateListener in org.apache.tapestry5.ioc.internal
 

Classes in org.apache.tapestry5.ioc.internal that implement UpdateListener
 class AbstractReloadableObjectCreator
           
 class ReloadableObjectCreator
          Reloadable object creator for non-service objects.
 class ReloadableServiceImplementationObjectCreator
          Returns an ObjectCreator for lazily instantiating a given implementation class (with dependencies).
 

Uses of UpdateListener in org.apache.tapestry5.ioc.internal.services
 

Methods in org.apache.tapestry5.ioc.internal.services with parameters of type UpdateListener
 void UpdateListenerHubImpl.addUpdateListener(UpdateListener listener)
           
 

Uses of UpdateListener in org.apache.tapestry5.services
 

Methods in org.apache.tapestry5.services with parameters of type UpdateListener
 void UpdateListenerHub.addUpdateListener(UpdateListener listener)
          Adds a listener.
 



Copyright © 2003-2012 The Apache Software Foundation.