Interface IActionBarListener


public interface IActionBarListener
Contract of the action bar button action listener. Notifies receivers when the ActionBar button is clicked with specification of corresponding mouse event and receiving button.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    buttonClicked(IActionBarItem item, org.eclipse.swt.widgets.Event e)
    Notify listeners that the specific action button were clicked by the mouse.
  • Method Details

    • buttonClicked

      void buttonClicked(IActionBarItem item, org.eclipse.swt.widgets.Event e)
      Notify listeners that the specific action button were clicked by the mouse.
      Parameters:
      item - The item that was clicked.
      e - Event created after the button click.