程序包 org.meteoinfo.ui

接口 SplitButtonActionListener

  • 所有超级接口:
    java.util.EventListener

    public interface SplitButtonActionListener
    extends java.util.EventListener
    The listener interface for receiving action events. The class that is interested in processing an action event implements this interface, and the object created with that class is registered with a component, using the component's addSplitButtonActionListener method. When the action event occurs, that object's buttonClicked or splitButtonClicked method is invoked.
    作者:
    Naveed Quadri
    另请参阅:
    ActionEvent
    • 方法详细资料

      • buttonClicked

        void buttonClicked​(java.awt.event.ActionEvent e)
        Invoked when the button part is clicked.
        参数:
        e -
      • splitButtonClicked

        void splitButtonClicked​(java.awt.event.ActionEvent e)
        Invoked when split part is clicked.
        参数:
        e -