org.gnu.glade
Class CheckMenuItemDelegate

java.lang.Object
  extended by org.gnu.glade.CheckMenuItemDelegate
All Implemented Interfaces:
org.gnu.gtk.event.CheckMenuItemListener

Deprecated. This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. This class probably does not exist in java-gnome 4.0, but have a look in org.gnome.glade.

public class CheckMenuItemDelegate
extends java.lang.Object
implements org.gnu.gtk.event.CheckMenuItemListener

CheckMenuItemListener delegate class.


Constructor Summary
CheckMenuItemDelegate(java.lang.String signal, java.lang.Object owner, java.lang.reflect.Method handler, java.lang.Object target)
          Deprecated.  
 
Method Summary
 boolean checkMenuItemEvent(org.gnu.gtk.event.CheckMenuItemEvent event)
          Deprecated.  
 boolean fireEvent(org.gnu.gtk.event.GtkEvent event)
          Deprecated.  
 boolean fireEvent(org.gnu.gtk.event.GtkEvent event, double value)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckMenuItemDelegate

public CheckMenuItemDelegate(java.lang.String signal,
                             java.lang.Object owner,
                             java.lang.reflect.Method handler,
                             java.lang.Object target)
                      throws java.lang.NoSuchMethodException
Deprecated. 
Throws:
java.lang.NoSuchMethodException
Method Detail

checkMenuItemEvent

public boolean checkMenuItemEvent(org.gnu.gtk.event.CheckMenuItemEvent event)
Deprecated. 
Specified by:
checkMenuItemEvent in interface org.gnu.gtk.event.CheckMenuItemListener

fireEvent

public boolean fireEvent(org.gnu.gtk.event.GtkEvent event)
Deprecated. 

fireEvent

public boolean fireEvent(org.gnu.gtk.event.GtkEvent event,
                         double value)
Deprecated.