package javajs.api;

/**
 * A flag that this object is really a JavaScript function that, for example,
 * might be called from setTimeout(). 
 * 
 * @author Bob Hanson
 *
 */
public interface JSFunction {

}
