1 2 3 4 5 6 7
package NET.worlds.console; public interface TreeCallback { void treeChange(Object var1); void treeFocusChanged(boolean var1); }