Class ActionHome<C extends IComponent<C>>
- java.lang.Object
-
- io.ciera.runtime.summit.application.ActionHome<C>
-
- All Implemented Interfaces:
IActionHome<C>
public class ActionHome<C extends IComponent<C>> extends Object implements IActionHome<C>
-
-
Constructor Summary
Constructors Constructor Description ActionHome(C context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Ccontext()IRunContextgetRunContext()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.ciera.runtime.summit.application.IActionHome
warn
-
-
-
-
Constructor Detail
-
ActionHome
public ActionHome(C context)
-
-
Method Detail
-
getRunContext
public IRunContext getRunContext()
- Specified by:
getRunContextin interfaceIActionHome<C extends IComponent<C>>
-
context
public C context()
- Specified by:
contextin interfaceIActionHome<C extends IComponent<C>>
-
-