org.apache.tapestry5.internal.services
Class InternalComponentInvalidationEventHubImpl
java.lang.Object
org.apache.tapestry5.internal.event.InvalidationEventHubImpl
org.apache.tapestry5.internal.services.InternalComponentInvalidationEventHubImpl
- All Implemented Interfaces:
- InternalComponentInvalidationEventHub, InvalidationEventHub
public class InternalComponentInvalidationEventHubImpl
- extends InvalidationEventHubImpl
- implements InternalComponentInvalidationEventHub
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InternalComponentInvalidationEventHubImpl
public InternalComponentInvalidationEventHubImpl(@Symbol(value="tapestry.production-mode")
boolean productionMode)
classInControlledPackageHasChanged
public void classInControlledPackageHasChanged()
- Description copied from interface:
InternalComponentInvalidationEventHub
- Invoked when the
ComponentInstantiatorSource
notices that
a class file within any of the controlled packages has changed. Fires the
InvalidationListener.objectWasInvalidated()
notification.
- Specified by:
classInControlledPackageHasChanged
in interface InternalComponentInvalidationEventHub
Copyright © 2003-2012 The Apache Software Foundation.