public class ServerUtilsDefault extends Object implements ServerUtils
| Constructor and Description |
|---|
ServerUtilsDefault(Set<ServerStartedListener> serverStartedListeners) |
| Modifier and Type | Method and Description |
|---|---|
void |
callServerStartedListeners()
This must be called by a
Server
implementation, after it has been successfully
started! |
protected Set<ServerStartedListener> |
getServerStartedListeners() |
@Inject public ServerUtilsDefault(Set<ServerStartedListener> serverStartedListeners)
protected Set<ServerStartedListener> getServerStartedListeners()
public void callServerStartedListeners()
ServerUtilsServer
implementation, after it has been successfully
started!callServerStartedListeners in interface ServerUtilsCopyright © 2018. All rights reserved.