org.gnu.glade
Class MouseMotionDelegate

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

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)
           
 
Method Summary
 boolean fireEvent(org.gnu.gtk.event.GtkEvent event)
           
 boolean fireEvent(org.gnu.gtk.event.GtkEvent event, double value)
           
 boolean mouseMotionEvent(org.gnu.gtk.event.MouseMotionEvent event)
           
 
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
Throws:
java.lang.NoSuchMethodException
Method Detail

mouseMotionEvent

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

fireEvent

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

fireEvent

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