Package tv.phantombot.script
Class ScriptFileWatcher
java.lang.Object
tv.phantombot.script.ScriptFileWatcher
- All Implemented Interfaces:
- Runnable
- 
Method Summary
- 
Method Details- 
instanceMethod that returns this object.- Returns:
 
- 
addScriptMethod to add scripts to the array list.- Parameters:
- script- - Script to be reloaded.
 
- 
killpublic void kill()Method to kill this instance.
- 
runpublic void run()Method that runs on a new thread to reload scripts.
 
-