Package org.spincast.core.server
Class ServerUtilsDefault
java.lang.Object
org.spincast.core.server.ServerUtilsDefault
- All Implemented Interfaces:
ServerUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
This must be called by aServer
implementation, after it has been successfully started!protected Set<ServerStartedListener>
-
Constructor Details
-
ServerUtilsDefault
-
-
Method Details
-
getServerStartedListeners
-
callServerStartedListeners
public void callServerStartedListeners()Description copied from interface:ServerUtils
This must be called by aServer
implementation, after it has been successfully started!- Specified by:
callServerStartedListeners
in interfaceServerUtils
-