org.gnu.gtk.event

Class CheckMenuItemEvent

Implemented Interfaces:
Serializable

public class CheckMenuItemEvent
extends GtkEvent

This event is used to identify when a CheckMenuItem receives an event
See Also:
CheckMenuItemListener

Nested Class Summary

static class
CheckMenuItemEvent.Type

Constructor Summary

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

CheckMenuItemEvent

public CheckMenuItemEvent(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 CheckMenuItemEvent.
Parameters:
source -
type -

Method Details

isOfType

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