org.zaval.lw.event
Class LwWinSupport

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

public class LwWinSupport
extends ListenerSupport

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


Constructor Summary
LwWinSupport()
           
 
Method Summary
 void perform(java.util.EventListener l, java.util.EventObject e)
          The method implements abstract method of the parent class.
static void process(LwWinListener l, LwWinEvent e)
          The method knows how the specified window event has to be delivered to an appropriate method of the window listener.
 
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

LwWinSupport

public LwWinSupport()
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 LwWinEvent to the LwWinListener.
Overrides:
perform in class ListenerSupport
Parameters:
l - the specified listener.
e - the specified event.

process

public static void process(LwWinListener l,
                           LwWinEvent e)
The method knows how the specified window event has to be delivered to an appropriate method of the window listener.
Parameters:
l - the specified window listener.
e - the specified window event.


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