Interface ICommandDescriptor


  • public interface ICommandDescriptor
    ICommandDescriptor is an interface that represents a description of a DashboardStudio command. Command libraries return a List of ICommandDescriptor to identify the commands they implement. Use the factory class CommandDescriptorFactory to create instances of ICommandDescriptor.
    • Method Detail

      • getName

        java.lang.String getName()
        Returns the name of the command.
        Returns:
        Command name