Module interacto.java.api
Package io.github.interacto.command
-
Interface Summary Interface Description Command A command is produced and executed in reaction of a user interaction. -
Class Summary Class Description AnonCommand An anonymous command that takes an anonymous function as a parameter corresponding to the command to execute.CommandImpl Base implementation of the Command interface.CommandsRegistry A register of commands. -
Enum Summary Enum Description Command.CmdStatus Defines the different states of the command.Command.RegistrationPolicy Defines the registration policy of the command. -
Annotation Types Summary Annotation Type Description AutoUnbind To put on Property fields of a ommand to unbind these fields when their cmd is over.