org.gnu.gtk.event
Class CheckMenuItemEvent

java.lang.Object
  extended by org.gnu.gtk.event.GtkEvent
      extended by org.gnu.gtk.event.CheckMenuItemEvent
All Implemented Interfaces:
java.io.Serializable

public class CheckMenuItemEvent
extends GtkEvent

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

See Also:
CheckMenuItemListener, Serialized Form

Nested Class Summary
static class CheckMenuItemEvent.Type
           
 
Constructor Summary
CheckMenuItemEvent(java.lang.Object source, EventType type)
          Constructor for CheckMenuItemEvent.
 
Method Summary
 boolean isOfType(CheckMenuItemEvent.Type aType)
           
 
Methods inherited from class org.gnu.gtk.event.GtkEvent
getSource, getType, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CheckMenuItemEvent

public CheckMenuItemEvent(java.lang.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.