Package nxt.env

Interface RuntimeMode

All Known Implementing Classes:
CommandLineMode, DesktopMode, WindowsServiceMode

public interface RuntimeMode
  • Method Details

    • init

      void init()
    • setServerStatus

      void setServerStatus(ServerStatus status, URI wallet, File logFileDir)
    • launchDesktopApplication

      void launchDesktopApplication()
    • shutdown

      void shutdown()
    • alert

      void alert(String message)
    • getCopyrightMessage

      default List<String> getCopyrightMessage()