A constructor to instantiate ModuleService.
An object that is described about an environment of the service component. It is initialized in constructor through props.
Called when a client has been bound to this service component.
A Message that was used to bind to this service component.
An empty IModuleChannel. It should be defined events which are proper about the {@link message}.
Return true if you implemented events on the IModuleChannel which is sent as parameter. May return false if the service component doesn't support interface about the {@link message}.
Called when the module's data have been synchronized. When Dart-Platform gets control, it initializes the Dart-Platform's system and modules internal data to the data that is synchronized with the Controller.
Called when the service component is started.
Called when the service component is stopped.
Generated using TypeDoc
An abstract class to be inherited on a service component class of the module package. Service component is an executable unit on DART-Platform. The service component is managed by IModuleServiceManager;
This component has a lifecycle.
1