org.gnu.gtk.event

Class SpinEvent

Implemented Interfaces:
Serializable

public class SpinEvent
extends GtkEvent

An event represeting action by a SpinButton widget.

See Also:
SpinListener, SpinButton

Nested Class Summary

Field Summary

Fields inherited from class org.gnu.gtk.event.GtkEvent

source, type

Constructor Summary

SpinEvent(Object source)
Creates a new Spin Event.

Method Summary

Methods inherited from class org.gnu.gtk.event.GtkEvent

getSource, getType, toString

Constructor Details

SpinEvent

public SpinEvent(Object source)
Creates a new Spin Event. This is used internally by java-gnome. Users only have to deal with listeners.