java-gnome version 4.0.7

org.gnome.gtk
Interface Button.CLICKED

Enclosing class:
Button

public static interface Button.CLICKED

Event generated when a user presses and releases a button, causing it to activate.

When the mouse is used to click on a Button this signal will be emitted, but only if the cursor is still in the Button when the mouse button is released. You're probably used to this behaviour without realizing it.


Method Summary
 void onClicked(Button source)
           
 

Method Detail

onClicked

void onClicked(Button source)


java-gnome