Package nxt.env
Interface RuntimeMode
-
- All Known Implementing Classes:
CommandLineMode,DesktopMode,WindowsServiceMode
public interface RuntimeMode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidalert(java.lang.String message)voidinit()voidlaunchDesktopApplication()voidsetServerStatus(ServerStatus status, java.net.URI wallet, java.io.File logFileDir)voidshutdown()
-
-
-
Method Detail
-
init
void init()
-
setServerStatus
void setServerStatus(ServerStatus status, java.net.URI wallet, java.io.File logFileDir)
-
launchDesktopApplication
void launchDesktopApplication()
-
shutdown
void shutdown()
-
alert
void alert(java.lang.String message)
-
-