org.gnu.gtk.event
Class AdjustmentEvent
- Serializable
public class AdjustmentEvent
An event represeting action by a
Adjustment
object.
AdjustmentEvent(Object source, EventType type) - Superceeded by java-gnome 4.0; Signals all have individual
interfaces each with a single method corresponding to the
signature of the underlying callback.
|
boolean | isOfType(AdjustmentEvent.Type aType) - Superceeded by java-gnome 4.0; Signals all have individual
interfaces each with a single method corresponding to the
signature of the underlying callback.
|
AdjustmentEvent
public AdjustmentEvent(Object source,
EventType type)
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.
isOfType
public boolean isOfType(AdjustmentEvent.Type aType)
Superceeded by java-gnome 4.0; Signals all have individual
interfaces each with a single method corresponding to the
signature of the underlying callback.
- True if the type of this event is the same as that stated.