Interface IActionListener


  • public interface IActionListener
    Listens to actions perfromed by user via corresponding action bar item.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void buttonClicked​(org.eclipse.swt.widgets.Event e)
      Notify listeners that the specific action button were clicked by the mouse.
    • Method Detail

      • buttonClicked

        void buttonClicked​(org.eclipse.swt.widgets.Event e)
        Notify listeners that the specific action button were clicked by the mouse.
        Parameters:
        button - The button that was clicked.
        Original - mouse event.