Package org.nuclos.api.communication
Interface CommunicationInterface
public interface CommunicationInterface
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
register
(CommunicationInterface.Registration registration) Use the registration to describe your interface.
-
Method Details
-
register
Use the registration to describe your interface. Nuclos calls this method on server start. All information are optional.- Parameters:
registration
-
-