Interface ScriptDependencyTracker.Listener
- All Known Implementing Classes:
AbstractScriptFileWatcher,ScriptTransformationService
- Enclosing interface:
ScriptDependencyTracker
public static interface ScriptDependencyTracker.Listener
The
ScriptDependencyTracker.Listener is an interface that needs to be implemented by listeners that want
to be notified about a dependency change-
Method Summary
Modifier and TypeMethodDescriptionvoidonDependencyChange(String scriptId) Called by the dependency tracker when a registered dependency changes
-
Method Details
-
onDependencyChange
Called by the dependency tracker when a registered dependency changes- Parameters:
scriptId- the identifier of the script whose dependency changed
-