X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=system%2Fgeneral%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Fsystem%2FComponent.java;h=e06532669ce5a49c179fc5d54c0214c9b5e20d45;hb=b0e1c060d6207c0fc06e4673764a6980da775210;hp=0234005f958be3922c8eb719ccf27323a47fda38;hpb=adc2a72f97f72460b20765d2d0f34b6c21caca3d;p=utils diff --git a/system/general/src/main/java/org/wamblee/system/Component.java b/system/general/src/main/java/org/wamblee/system/Component.java index 0234005f..e0653266 100644 --- a/system/general/src/main/java/org/wamblee/system/Component.java +++ b/system/general/src/main/java/org/wamblee/system/Component.java @@ -39,6 +39,11 @@ public interface Component { */ String getName(); + /** + * Prepends the context with a super context. + */ + void addContext(String aContext); + /** * Gets the fully qualified name of the component which includes * the context of the component. @@ -63,9 +68,8 @@ public interface Component { /** * Initialises the subsytem by starting all the services that * it described as provided. - * @param aContext Unique name for the subsystem. */ - void start(String aContext); + void start(); /** * Stops a subsystem.