Class InternalComponentInvalidationEventHubImpl
- java.lang.Object
 - 
- org.apache.tapestry5.internal.event.InvalidationEventHubImpl
 - 
- org.apache.tapestry5.internal.services.InternalComponentInvalidationEventHubImpl
 
 
 
- 
- All Implemented Interfaces:
 InvalidationEventHub,InternalComponentInvalidationEventHub
public class InternalComponentInvalidationEventHubImpl extends InvalidationEventHubImpl implements InternalComponentInvalidationEventHub
 
- 
- 
Constructor Summary
Constructors Constructor Description InternalComponentInvalidationEventHubImpl(boolean productionMode) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclassInControlledPackageHasChanged()Invoked when theComponentInstantiatorSourcenotices that a class file within any of the controlled packages has changed.voidsetupReload(ReloadHelper helper)- 
Methods inherited from class org.apache.tapestry5.internal.event.InvalidationEventHubImpl
addInvalidationCallback, addInvalidationListener, clearOnInvalidation, fireInvalidationEvent 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface org.apache.tapestry5.commons.services.InvalidationEventHub
addInvalidationCallback, addInvalidationListener, clearOnInvalidation 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
InternalComponentInvalidationEventHubImpl
public InternalComponentInvalidationEventHubImpl(@Symbol("tapestry.production-mode") boolean productionMode)
 
 - 
 
- 
Method Detail
- 
setupReload
@PostInjection public void setupReload(ReloadHelper helper)
 
- 
classInControlledPackageHasChanged
public void classInControlledPackageHasChanged()
Description copied from interface:InternalComponentInvalidationEventHubInvoked when theComponentInstantiatorSourcenotices that a class file within any of the controlled packages has changed. Fires theInvalidationListener.objectWasInvalidated()notification.- Specified by:
 classInControlledPackageHasChangedin interfaceInternalComponentInvalidationEventHub
 
 - 
 
 -