org.gnu.gtk.event

Class AdjustmentEvent

Implemented Interfaces:
Serializable

public class AdjustmentEvent
extends GtkEvent

An event represeting action by a Adjustment object.
See Also:
AdjustmentListener, Adjustment

Nested Class Summary

static class
AdjustmentEvent.Type

Constructor Summary

AdjustmentEvent(Object source, EventType type)
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
isOfType(AdjustmentEvent.Type aType)
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.

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

getSource, getType, toString

Constructor Details

AdjustmentEvent

public AdjustmentEvent(Object source,
                       EventType type)

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.

Construct a AdjustmentEvent object.

Method Details

isOfType

public boolean isOfType(AdjustmentEvent.Type aType)

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.

Returns:
True if the type of this event is the same as that stated.