public class InternalComponentInvalidationEventHubImpl extends InvalidationEventHubImpl implements InternalComponentInvalidationEventHub
Constructor and Description |
---|
InternalComponentInvalidationEventHubImpl(boolean productionMode) |
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. |
void |
setupReload(ReloadHelper helper) |
addInvalidationCallback, addInvalidationListener, clearOnInvalidation, fireInvalidationEvent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addInvalidationCallback, addInvalidationListener, clearOnInvalidation
public InternalComponentInvalidationEventHubImpl(@Symbol(value="tapestry.production-mode") boolean productionMode)
@PostInjection public void setupReload(ReloadHelper helper)
public void classInControlledPackageHasChanged()
InternalComponentInvalidationEventHub
ComponentInstantiatorSource
notices that
a class file within any of the controlled packages has changed. Fires the
InvalidationListener.objectWasInvalidated()
notification.classInControlledPackageHasChanged
in interface InternalComponentInvalidationEventHub
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.