-
- All Implemented Interfaces:
public final class ContextRef<S extends Object>
-
-
Constructor Summary
Constructors Constructor Description ContextRef()
-
Method Summary
Modifier and Type Method Description final CommandContext<S>getContext()final UnitsetContext(CommandContext<S> context)-
-
Method Detail
-
getContext
final CommandContext<S> getContext()
-
setContext
final Unit setContext(CommandContext<S> context)
-
-
-
-