org.gnu.gtk.event

Class ToggleEvent

public class ToggleEvent extends GtkEvent

This is an event for the toggling of {@link org.gnu.gtk.ToggleButton} widgets. To use events, you must use the {@link ToggleListener} class in combination with the addListener methods of the ToggeButton widget.
Nested Class Summary
static classToggleEvent.Type
Constructor Summary
ToggleEvent(Object source)
Creates a new toggle event

Constructor Detail

ToggleEvent

public ToggleEvent(Object source)
Creates a new toggle event

Parameters: source The object which produced the event