Menu

[r48]: / GraphScript / trunk / ls / graph / ControlListener.java  Maximize  Restore  History

Download this file

9 lines (6 with data), 145 Bytes

1
2
3
4
5
6
7
8
package ls.graph;
import ls.graph.script.ScriptableGraph;
public interface ControlListener
{
void graphChanged(ScriptableGraph sg);
}
MongoDB Logo MongoDB