org.gnome.gtk
Interface Button.CLICKED
- GtkButton.CLICKED
public static interface Button.CLICKED
extends GtkButton.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.
onClicked
public void onClicked(Button source)
|  java-gnome |