com.highqsoft.fwk.listener

Class FwkToggleActionListener

    • Method Detail

      • getInstance

        public static FwkToggleActionListener getInstance()
        Deprecated. Use FwkToggleCommand instead.
        Get the singleton instance.
        Returns:
        The listener instance.
      • actionPerformed

        public void actionPerformed(java.awt.event.ActionEvent ev)
        This method defines what action to perform.
        Specified by:
        actionPerformed in interface java.awt.event.ActionListener
        Overrides:
        actionPerformed in class FwkListener
        Parameters:
        ev - The action event.
      • executeMethod

        public void executeMethod(java.lang.Object controller,
                         java.lang.String methodName)
        Execute the method.
        Parameters:
        controller - The controller.
        methodName - The name of the method to be executed.