org.gnu.gtk.event
Interface ToggleListener
public interface ToggleListener
A Listener interface for toggle events.
void | toggleEvent(ToggleEvent event) - 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.
|
toggleEvent
public void toggleEvent(ToggleEvent event)
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.