org.gnu.gtk.event

Interface ActionListener

public interface ActionListener

An ActionListener listens for events coming from an {@see org.gnu.gtk.Action} object.

Since: 2.8

Method Summary
voidactionEvent(ActionEvent action)
This method is called whenever an action event occurs.

Method Detail

actionEvent

public void actionEvent(ActionEvent action)
This method is called whenever an action event occurs.