1 2 3 4 5
package NET.worlds.scape; public interface LibEventHandler { void libraryChanged(Library var1); }