Bug 3040 : Including option to add css dependencies via blueprint
[dlux.git] / loader / api / src / main / java / org / opendaylight / dlux / loader / DluxModuleLoader.java
index e6165489d1336a9abb395ff028a584c80b017e15..cad2b9276774094cfc858cf635896067723ea1e4 100644 (file)
@@ -13,7 +13,7 @@ package org.opendaylight.dlux.loader;
  */
 public interface DluxModuleLoader {
 
-    public void addModule(String bundleName, String url, String requiredJs, String angularJs);
+    public void addModule(Module module);
 
-    public void removeModule(String bundleName);
+    public void removeModule(Module module);
 }