org.gnu.gtk.event

Class ComboBoxEvent

public class ComboBoxEvent extends GtkEvent

This event is used to identify when a ComboBox receives an event

See Also: ComboBoxListener

Nested Class Summary
static classComboBoxEvent.Type
Constructor Summary
ComboBoxEvent(Object source, EventType type)
Constructor for ComboBoxEvent.
Method Summary
booleanisOfType(ComboBoxEvent.Type aType)

Constructor Detail

ComboBoxEvent

public ComboBoxEvent(Object source, EventType type)
Constructor for ComboBoxEvent.

Parameters: source type

Method Detail

isOfType

public boolean isOfType(ComboBoxEvent.Type aType)

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