org.gnu.glade
Class MouseMotionDelegate

java.lang.Object
  extended by org.gnu.glade.MouseMotionDelegate
All Implemented Interfaces:
org.gnu.gtk.event.MouseMotionListener

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 MouseMotionDelegate
extends java.lang.Object
implements org.gnu.gtk.event.MouseMotionListener

MouseMotionListener delegate class.


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

Constructor Detail

MouseMotionDelegate

public MouseMotionDelegate(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

mouseMotionEvent

public boolean mouseMotionEvent(org.gnu.gtk.event.MouseMotionEvent event)
Deprecated. 
Specified by:
mouseMotionEvent in interface org.gnu.gtk.event.MouseMotionListener

fireEvent

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

fireEvent

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