Uses of Interface
org.apache.tapestry5.commons.services.InvalidationListener
Packages that use InvalidationListener
Package
Description
[INTERNAL USE ONLY] support classes for event listeners; API subject to change
[INTERNAL USE ONLY] internal service classes; API subject to change
-
Uses of InvalidationListener in org.apache.tapestry5.commons.services
Methods in org.apache.tapestry5.commons.services with parameters of type InvalidationListenerModifier and TypeMethodDescriptionvoid
InvalidationEventHub.addInvalidationListener
(InvalidationListener listener) Deprecated. -
Uses of InvalidationListener in org.apache.tapestry5.internal.event
Methods in org.apache.tapestry5.internal.event with parameters of type InvalidationListenerModifier and TypeMethodDescriptionfinal void
InvalidationEventHubImpl.addInvalidationListener
(InvalidationListener listener) -
Uses of InvalidationListener in org.apache.tapestry5.internal.services
Classes in org.apache.tapestry5.internal.services that implement InvalidationListenerMethods in org.apache.tapestry5.internal.services with parameters of type InvalidationListenerModifier and TypeMethodDescriptionvoid
ResourceDigestManagerImpl.addInvalidationListener
(InvalidationListener listener)
InvalidationEventHub.addInvalidationCallback(Runnable)
instead}