org.gnu.gtk.event

Interface ToggleListener

public interface ToggleListener

A Listener interface for toggle events.

Method Summary

void
toggleEvent(ToggleEvent event)
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

toggleEvent

public void toggleEvent(ToggleEvent event)

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.

If the listener is added to the ToggleButton widget, this method is called whenever the widget is toggled.