public interface InternalComponentInvalidationEventHub extends InvalidationEventHub
InvalidationEventHub
that separates it from ComponentInstantiatorSource
.
This was necessary due to some refactoring that made ComponentClassResolver
and ComponentInstantiatorSource
mutually dependent.Modifier and Type | Method and Description |
---|---|
void |
classInControlledPackageHasChanged()
Invoked when the
ComponentInstantiatorSource notices that
a class file within any of the controlled packages has changed. |
addInvalidationCallback, addInvalidationListener, clearOnInvalidation
void classInControlledPackageHasChanged()
ComponentInstantiatorSource
notices that
a class file within any of the controlled packages has changed. Fires the
InvalidationListener.objectWasInvalidated()
notification.5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.