org.gnu.gtk.event
Class ToggleEvent
- Serializable
This is an event for the toggling of
ToggleButton
widgets. To use events, you must use the
ToggleListener
class in
combination with the addListener methods of the ToggeButton widget.
ToggleEvent(Object source) - Superceeded by java-gnome 4.0; Signals all have individual
interfaces each with a single method corresponding to the
signature of the underlying callback.
|
ToggleEvent
public ToggleEvent(Object source)
Superceeded by java-gnome 4.0; Signals all have individual
interfaces each with a single method corresponding to the
signature of the underlying callback.
Creates a new toggle event
source
- The object which produced the event