public class DaemonAdapter extends Object implements DaemonListener
| Constructor and Description |
|---|
DaemonAdapter() |
| 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) |
public void interfaceStarted(Daemon daemon, ListeningInterface li)
interfaceStarted in interface DaemonListenerpublic void interfaceStopped(Daemon daemon, ListeningInterface li)
interfaceStopped in interface DaemonListenerpublic void interfaceCannotStart(Daemon daemon, ListeningInterface li, IOException ex)
interfaceCannotStart in interface DaemonListenerpublic void interfaceCannotStop(Daemon daemon, ListeningInterface li, IOException e)
interfaceCannotStop in interface DaemonListenerpublic void starting(Daemon daemon)
starting in interface DaemonListenerpublic void started(Daemon daemon)
started in interface DaemonListenerpublic void shuttingDown(Daemon daemon)
shuttingDown in interface DaemonListenerpublic void shutdown(Daemon daemon)
shutdown in interface DaemonListenerCopyright © 2025. All rights reserved.