org.gnu.gtk.event

Class CheckMenuItemEvent

public class CheckMenuItemEvent extends GtkEvent

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

See Also: CheckMenuItemListener

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

Constructor Detail

CheckMenuItemEvent

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

Parameters: source type

Method Detail

isOfType

public boolean isOfType(CheckMenuItemEvent.Type aType)

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