com.ibm.eNetwork.beans.HOD.event
Interface ScreenMotionListener

All Superinterfaces:
java.util.EventListener

public interface ScreenMotionListener
extends java.util.EventListener

Listener interface which must be implemented to receive ScreenMotionEvents.


Method Summary
 void mouseMotionEvent(ScreenMouseEvent e)
          Invoked when a ScreenMotionEvent is generated.
 

Method Detail

mouseMotionEvent

public void mouseMotionEvent(ScreenMouseEvent e)
Invoked when a ScreenMotionEvent is generated.