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
Modifier and TypeInterfaceDescriptionstatic interface
TheScriptDependencyTracker.Listener
is 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 identifiervoid
removeTracking
(String scriptId) Remove all tracking data for a given scipt identifier
-
Method Details