Menu

[r66]: / ls / graph / ControlListener.java  Maximize  Restore  History

Download this file

15 lines (9 with data), 268 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
package ls.graph;
import java.io.File;
import ls.graph.script.ScriptableGraph;
public interface ControlListener
{
void graphChanged(ScriptableGraph sg);
void scriptLoaded(File scriptFile, String scriptText);
void graphLoaded(File graphFile);
}
MongoDB Logo MongoDB