org.gnu.gtk.event

Class ItemEvent

public class ItemEvent extends GtkEvent

An event represeting action by a Item widget.
Nested Class Summary
static classItemEvent.Type
Type of a ItemEvent
Constructor Summary
ItemEvent(Object source, ItemEvent.Type type)
Creates a new Button Event.
Method Summary
booleanisOfType(ItemEvent.Type aType)

Constructor Detail

ItemEvent

public ItemEvent(Object source, ItemEvent.Type type)
Creates a new Button Event. This is used internally by java-gnome. Users only have to deal with listeners.

Method Detail

isOfType

public boolean isOfType(ItemEvent.Type aType)

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