Needed to add special class loading, too
[Mograsim.git] / net.mograsim.logic.model / src / net / mograsim / logic / model / serializing / ResourceLoader.java
index 83dd745..1052d5f 100644 (file)
@@ -20,4 +20,6 @@ import net.mograsim.logic.model.model.components.GUIComponent;
 public interface ResourceLoader
 {
        InputStream loadResource(String path) throws IOException;
+
+       Class<?> loadClass(String name) throws ClassNotFoundException;
 }