Interface IActionDefinition


public interface IActionDefinition
Describes a custom action exposed by a unit.

This interface is reserved for internal or legacy use.

  • Method Summary

    Modifier and Type
    Method
    Description
    Get a human-readable description of the action.
    Get the action name.
  • Method Details

    • getName

      String getName()
      Get the action name.
      Returns:
      the action name
    • getDescription

      String getDescription()
      Get a human-readable description of the action.
      Returns:
      the action description