org.gnu.gtk.event

Class ScaleEvent

Implemented Interfaces:
Serializable

public class ScaleEvent
extends GtkEvent

An event representing a request for formatting information for the label of a scale widget
See Also:
ScaleListener, Scale

Nested Class Summary

static class
ScaleEvent.Type

Constructor Summary

ScaleEvent(Object source)
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.

Method Summary

boolean
equals(ScaleEvent event2)

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

getSource, getType, toString

Constructor Details

ScaleEvent

public ScaleEvent(Object source)

Deprecated. 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 Scale Event. This is used internally by java-gnome. Users only have to deal with listeners.

Method Details

equals

public boolean equals(ScaleEvent event2)