Interface InitializableCommand


@Deprecated(forRemoval=true) public interface InitializableCommand
Deprecated, for removal: This API element is subject to removal in a future version.
since 11.0, please implement
invalid reference
ReplicableCommand#invokeAsync(ComponentRegistry)
instead
An interface to be implemented by Commands which require an intialized state after deserialization.
Since:
10.0
Author:
Ryan Emerson
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    init(ComponentRegistry componentRegistry, boolean isRemote)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Details

    • init

      void init(ComponentRegistry componentRegistry, boolean isRemote)
      Deprecated, for removal: This API element is subject to removal in a future version.