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 TypeMethodDescriptionvoidbuttonClicked(IActionBarItem item, org.eclipse.swt.widgets.Event e) Notify listeners that the specific action button were clicked by the mouse.
-
Method Details
-
buttonClicked
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.
-