org.gnu.gtk.event

Class ComboBoxEvent

Implemented Interfaces:
Serializable

public class ComboBoxEvent
extends GtkEvent

This event is used to identify when a ComboBox receives an event
See Also:
ComboBoxListener

Nested Class Summary

static class
ComboBoxEvent.Type

Constructor Summary

ComboBoxEvent(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(ComboBoxEvent.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

ComboBoxEvent

public ComboBoxEvent(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.

Constructor for ComboBoxEvent.
Parameters:
source -
type -

Method Details

isOfType

public boolean isOfType(ComboBoxEvent.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.