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

Packages that use UpdateListenerHub
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.services [INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change. 
org.apache.tapestry5.services Core services 
 

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

Methods in org.apache.tapestry5.internal.dynamic with parameters of type UpdateListenerHub
 void DynamicTemplateParserImpl.registerAsUpdateListener(UpdateListenerHub hub)
           
 

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

Methods in org.apache.tapestry5.internal.services with parameters of type UpdateListenerHub
 void ComponentInstantiatorSourceImpl.listenForUpdates(UpdateListenerHub hub)
           
 void ComponentTemplateSourceImpl.registerAsUpdateListener(UpdateListenerHub hub)
           
 

Constructors in org.apache.tapestry5.internal.services with parameters of type UpdateListenerHub
CheckForUpdatesFilter(UpdateListenerHub updateListenerHub, long checkInterval, long updateTimeout)
           
 

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

Methods in org.apache.tapestry5.internal.services.assets with parameters of type UpdateListenerHub
 void ResourceChangeTrackerImpl.registerWithUpdateListenerHub(UpdateListenerHub hub)
           
 

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

Classes in org.apache.tapestry5.ioc.internal.services that implement UpdateListenerHub
 class UpdateListenerHubImpl
           
 

Uses of UpdateListenerHub in org.apache.tapestry5.services
 

Methods in org.apache.tapestry5.services with parameters of type UpdateListenerHub
static ComponentMessagesSource TapestryModule.buildComponentMessagesSource(UpdateListenerHub updateListenerHub, ComponentMessagesSourceImpl service)
           
 



Copyright © 2003-2012 The Apache Software Foundation.