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 Detail

      • 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.