Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-JSR-6
-
Fix Version/s: 1.8.0
-
Component/s: GroovyScriptEngine
-
Labels:None
-
Environment:OS windows Xp
-
Number of attachments :
Description
GroovyScriptEngine does not support any kind of listeners, so while running any script with the help of GroovyScriptEngine,
programmer does not able to know when script start and when it finish.
so GroovyScriptEngine should support some Listener.
GSE has a run method that can be used for this by subclassing