EGF Engine
Release 0.1.0

org.eclipse.egf.common.ui.viewers
Interface IButtonClickedListener

All Known Implementing Classes:
PatternImplementationPage.InternalMethodsHandler

public interface IButtonClickedListener

Classes which implement this interface provide methods
that deal with the event that is generated when a button, located in AbstractViewerWithButtons viewer, is clicked.

See Also:
AbstractViewerWithButtons

Method Summary
 void buttonClicked(Button clickedButton_p, Object data_p)
          Sent when a button in AbstractViewerWithButtons is clicked.
 

Method Detail

buttonClicked

void buttonClicked(Button clickedButton_p,
                   Object data_p)
Sent when a button in AbstractViewerWithButtons is clicked.

Parameters:
clickedButton_p - the clicked button.
data_p - the button's user data.

EGF Engine
Release 0.1.0

Copyright (c) Thales Corporate Services S.A.S, 2009.

This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.