com.highqsoft.fwk.command

Class FwkToggleCommand

    • Constructor Detail

      • FwkToggleCommand

        public FwkToggleCommand(FwkControllerInterface controller)
        The constructor.
        Parameters:
        controller - the controller of the command.
    • Method Detail

      • execute

        public boolean execute(java.util.EventObject ev)
        Create the dialog.
        Specified by:
        execute in interface FwkCommandInterface
        Overrides:
        execute in class FwkCommand
        Parameters:
        ev - The event that is the trigger of this command. May be null
        Returns:
        true if a listener was found that executes this command.