org.zaval.lw.event
Class LwMouseMotionSupport

java.lang.Object
  |
  +--org.zaval.util.event.ListenerSupport
        |
        +--org.zaval.lw.event.LwMouseMotionSupport

public class LwMouseMotionSupport
extends ListenerSupport

This is a utility class that can be used by a class that generates LwMouseMotionEvent to support list of LwMouseMotionListener classes.


Constructor Summary
LwMouseMotionSupport()
           
 
Method Summary
 void perform(java.util.EventListener l, java.util.EventObject e)
          The method implements abstract method of the parent class.
protected static void process(LwMouseMotionListener l, LwMouseMotionEvent e)
           
 
Methods inherited from class org.zaval.util.event.ListenerSupport
addListener, clear, perform, removeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LwMouseMotionSupport

public LwMouseMotionSupport()
Method Detail

perform

public void perform(java.util.EventListener l,
                    java.util.EventObject e)
The method implements abstract method of the parent class. The method knows how the specified event has to be delivered to an appropriate method of the specified listener. In this case the class is used to delivery the LwMouseMotionEvent to the LwMouseMotionListener.
Overrides:
perform in class ListenerSupport
Parameters:
l - the specified listener.
e - the specified event.

process

protected static void process(LwMouseMotionListener l,
                              LwMouseMotionEvent e)


Copyright © Zaval Creative Engineering Group, 2000-2005.
http://www.zaval.org