Uses of Interface
org.apache.tapestry5.ioc.services.UpdateListenerHub
-
Packages that use UpdateListenerHub Package Description org.apache.tapestry5.internal.dynamic [INTERNAL USE ONLY] support classes for theDynamic
component; API subject to changeorg.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to changeorg.apache.tapestry5.internal.services.assets [INTERNAL USE ONLY] asset support services; API subject to changeorg.apache.tapestry5.ioc.internal.services [INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change.org.apache.tapestry5.modules -
-
Uses of UpdateListenerHub in org.apache.tapestry5.internal.dynamic
Methods in org.apache.tapestry5.internal.dynamic with parameters of type UpdateListenerHub Modifier and Type Method Description 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 Modifier and Type Method Description void
ComponentInstantiatorSourceImpl. listenForUpdates(UpdateListenerHub hub)
void
ComponentTemplateSourceImpl. registerAsUpdateListener(UpdateListenerHub hub)
Constructors in org.apache.tapestry5.internal.services with parameters of type UpdateListenerHub Constructor Description 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 Modifier and Type Method Description 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 Modifier and Type Class Description class
UpdateListenerHubImpl
-
Uses of UpdateListenerHub in org.apache.tapestry5.modules
Methods in org.apache.tapestry5.modules with parameters of type UpdateListenerHub Modifier and Type Method Description static ComponentMessagesSource
TapestryModule. buildComponentMessagesSource(UpdateListenerHub updateListenerHub, ComponentMessagesSourceImpl service)
-