org.gnu.gtk.event
Class CheckMenuItemEvent
- Serializable
public class CheckMenuItemEvent
This event is used to identify when a CheckMenuItem receives an event
CheckMenuItemEvent(Object source, EventType type) - Superceeded by java-gnome 4.0; Signals all have individual
interfaces each with a single method corresponding to the
signature of the underlying callback.
|
boolean | isOfType(CheckMenuItemEvent.Type aType) - Superceeded by java-gnome 4.0; Signals all have individual
interfaces each with a single method corresponding to the
signature of the underlying callback.
|
CheckMenuItemEvent
public CheckMenuItemEvent(Object source,
EventType type)
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.
isOfType
public boolean isOfType(CheckMenuItemEvent.Type aType)
Superceeded by java-gnome 4.0; Signals all have individual
interfaces each with a single method corresponding to the
signature of the underlying callback.
- True if the type of this event is the same as that stated.