Package nxt.env
Class DesktopMode
java.lang.Object
nxt.env.DesktopMode
- All Implemented Interfaces:
RuntimeMode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidinit()voidvoidsetServerStatus(ServerStatus status, URI wallet, File logFileDir) voidshutdown()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface nxt.env.RuntimeMode
getCopyrightMessage
-
Constructor Details
-
DesktopMode
public DesktopMode()
-
-
Method Details
-
init
public void init()- Specified by:
initin interfaceRuntimeMode
-
setServerStatus
- Specified by:
setServerStatusin interfaceRuntimeMode
-
launchDesktopApplication
public void launchDesktopApplication()- Specified by:
launchDesktopApplicationin interfaceRuntimeMode
-
shutdown
public void shutdown()- Specified by:
shutdownin interfaceRuntimeMode
-
alert
- Specified by:
alertin interfaceRuntimeMode
-