Class WithMainUICommandSupport<Config extends ApplicationConfiguration,Context extends ApplicationContext<Config,Context>>
- java.lang.Object
-
- org.nuiton.jaxx.runtime.application.command.CommandSupport<Config,Context>
-
- org.nuiton.jaxx.runtime.application.command.WithMainUICommandSupport<Config,Context>
-
- Direct Known Subclasses:
StartDefaultUI
public abstract class WithMainUICommandSupport<Config extends ApplicationConfiguration,Context extends ApplicationContext<Config,Context>> extends CommandSupport<Config,Context>
Created by tchemit on 31/01/2018.- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.nuiton.jaxx.runtime.application.command.CommandSupport
CommandSupport.CommandLineActionWorker
-
-
Field Summary
-
Fields inherited from class org.nuiton.jaxx.runtime.application.command.CommandSupport
log
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedWithMainUICommandSupport()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidrun()protected abstract voidrun(Frame ui)-
Methods inherited from class org.nuiton.jaxx.runtime.application.command.CommandSupport
getConfig, getContext, launchAction, start
-
-
-
-
Method Detail
-
run
public final void run() throws InterruptedException- Specified by:
runin classCommandSupport<Config extends ApplicationConfiguration,Context extends ApplicationContext<Config,Context>>- Throws:
InterruptedException
-
run
protected abstract void run(Frame ui) throws InterruptedException
- Throws:
InterruptedException
-
-