jlink.tools.script
Class ScriptInterface

java.lang.Object
  extended by jlink.tools.script.ScriptInterface

public class ScriptInterface
extends java.lang.Object

Scripting for JLink must implement this interface first.

Author:
jasonkb

Constructor Summary
ScriptInterface()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptInterface

public ScriptInterface()