public interface DaemonListener
Modifier and Type | Method and Description |
---|---|
void |
interfaceCannotStart(Daemon daemon,
ListeningInterface li,
IOException ex) |
void |
interfaceCannotStop(Daemon daemon,
ListeningInterface li,
IOException e) |
void |
interfaceStarted(Daemon daemon,
ListeningInterface li) |
void |
interfaceStopped(Daemon daemon,
ListeningInterface li) |
void |
shutdown(Daemon daemon) |
void |
shuttingDown(Daemon daemon) |
void |
started(Daemon daemon) |
void |
starting(Daemon daemon) |
void interfaceStarted(Daemon daemon, ListeningInterface li)
void interfaceStopped(Daemon daemon, ListeningInterface li)
void interfaceCannotStart(Daemon daemon, ListeningInterface li, IOException ex)
void interfaceCannotStop(Daemon daemon, ListeningInterface li, IOException e)
void starting(Daemon daemon)
void started(Daemon daemon)
void shuttingDown(Daemon daemon)
void shutdown(Daemon daemon)
Copyright © 2024. All rights reserved.