Package com.apama.dashboard.command
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
Returns the name of the command.
-