X - Add methods to ContextManager
This commit is contained in:
@@ -1,4 +1,11 @@
|
|||||||
package com.r35157.nenjim.hubd.ctx;
|
package com.r35157.nenjim.hubd.ctx;
|
||||||
|
|
||||||
|
import com.r35157.nenjim.valuetypes.ctx.ContextId;
|
||||||
|
|
||||||
|
import java.util.Set;
|
||||||
|
|
||||||
public interface ContextManager {
|
public interface ContextManager {
|
||||||
|
Context getDefault();
|
||||||
|
Context get(ContextId contextName);
|
||||||
|
Set<ContextId> getList();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user