|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.tatool.app.App
public class App
Application entry point. Loads the ApplicationContext which in return instantiates this class, which finally kicks off the display of the UI once everything has been initialized.
| Constructor Summary | |
|---|---|
App()
Default constructor. |
|
| Method Summary | |
|---|---|
GuiController |
getGuiController()
|
ModuleService |
getModuleService()
|
UserAccountService |
getUserAccountService()
|
static void |
main(String[] args)
Main method. |
void |
onApplicationEvent(org.springframework.context.ApplicationEvent applicationEvent)
Interface ApplicationListener. |
void |
setGuiController(GuiController guiController)
|
void |
setModuleService(ModuleService moduleService)
|
void |
setUserAccountService(UserAccountService userAccountService)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public App()
| Method Detail |
|---|
public void onApplicationEvent(org.springframework.context.ApplicationEvent applicationEvent)
onApplicationEvent in interface org.springframework.context.ApplicationListenerpublic GuiController getGuiController()
public void setGuiController(GuiController guiController)
public UserAccountService getUserAccountService()
public void setUserAccountService(UserAccountService userAccountService)
public ModuleService getModuleService()
public void setModuleService(ModuleService moduleService)
public static void main(String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||