Interface ScriptDependencyTracker
- All Known Implementing Classes:
AbstractScriptDependencyTracker
@NonNullByDefault
public interface ScriptDependencyTracker
The
ScriptDependencyTracker is an interface that script dependency trackers can implement to allow automatic
re-loading if scripts on dependency changes- Author:
- Jan N. Klug - Initial contribution
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceTheScriptDependencyTracker.Listeneris an interface that needs to be implemented by listeners that want to be notified about a dependency change -
Method Summary
Modifier and TypeMethodDescriptiongetTracker(String scriptId) Get the tracker for a given script identifiervoidremoveTracking(String scriptId) Remove all tracking data for a given scipt identifier
-
Method Details