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 void
alert(java.lang.String message)
void
init()
void
launchDesktopApplication()
void
setServerStatus(ServerStatus status, java.net.URI wallet, java.io.File logFileDir)
void
shutdown()
-
-
-
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)
-
-