Uses of Interface
org.praxislive.script.Command
Packages that use Command
-
Uses of Command in org.praxislive.script
Subinterfaces of Command in org.praxislive.scriptModifier and TypeInterfaceDescriptioninterfaceSimple subtype ofCommandthat can be executed and produce a result immediately (without child stack frames or making calls).Methods in org.praxislive.script that return CommandModifier and TypeMethodDescriptionNamespace.getCommand(String id) Get the Command with the given ID, ornullif it doesn't exist in this or a parent namespace.Methods in org.praxislive.script with parameters of type CommandModifier and TypeMethodDescriptionvoidNamespace.addCommand(String id, Command cmd) Add a Command with the given ID to this Namespace.Method parameters in org.praxislive.script with type arguments of type Command