org.apache.tapestry5.internal.services
Interface InternalComponentInvalidationEventHub

All Superinterfaces:
InvalidationEventHub
All Known Implementing Classes:
InternalComponentInvalidationEventHubImpl

public interface InternalComponentInvalidationEventHub
extends InvalidationEventHub

Split-out implementation of InvalidationEventHub that separates it from ComponentInstantiatorSource. This was necessary due to some refactoring that made ComponentClassResolver and ComponentInstantiatorSource mutually dependent.

Since:
5.3

Method Summary
 void classInControlledPackageHasChanged()
          Invoked when the ComponentInstantiatorSource notices that a class file within any of the controlled packages has changed.
 
Methods inherited from interface org.apache.tapestry5.services.InvalidationEventHub
addInvalidationListener
 

Method Detail

classInControlledPackageHasChanged

void classInControlledPackageHasChanged()
Invoked when the ComponentInstantiatorSource notices that a class file within any of the controlled packages has changed. Fires the InvalidationListener.objectWasInvalidated() notification.



Copyright © 2003-2012 The Apache Software Foundation.