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

Field Summary

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

source, type

Constructor Summary

ScaleEvent(Object source)
Creates a new Scale Event.

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)
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)