org.gnu.gtk.event

Interface ActionListener

public interface ActionListener

An ActionListener listens for events coming from an null object.
Since:
2.8

Method Summary

void
actionEvent(ActionEvent action)
Deprecated. Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the project API is an algorithmic mapping of the underlying native libraries.

Method Details

actionEvent

public void actionEvent(ActionEvent action)

Deprecated. Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the project API is an algorithmic mapping of the underlying native libraries.

This method is called whenever an action event occurs.