org.freehep.jas.event
Class ScriptEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.freehep.jas.event.ScriptEvent
All Implemented Interfaces:
Serializable

public class ScriptEvent
extends EventObject

Author:
tonyj
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ScriptEvent(ScriptEngine engine)
           
 
Method Summary
 ScriptEngine getScriptEngine()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScriptEvent

public ScriptEvent(ScriptEngine engine)
Method Detail

getScriptEngine

public ScriptEngine getScriptEngine()


Copyright © 2013. All Rights Reserved.