com.sas.awt
Class AWTEventMulticaster2

com.sas.awt.AWTEventMulticaster2
All Implemented Interfaces:
java.awt.event.ActionListener, java.awt.event.AdjustmentListener, java.awt.event.ComponentListener, java.awt.event.ContainerListener, java.awt.event.FocusListener, java.awt.event.HierarchyBoundsListener, java.awt.event.HierarchyListener, java.awt.event.InputMethodListener, java.awt.event.ItemListener, java.awt.event.KeyListener, java.awt.event.MouseListener, java.awt.event.MouseMotionListener, java.awt.event.MouseWheelListener, java.awt.event.TextListener, java.awt.event.WindowFocusListener, java.awt.event.WindowListener, java.awt.event.WindowStateListener, java.util.EventListener

public class AWTEventMulticaster2

A class for saving AWT Event Listeners


Field Summary
static java.lang.String actionListenerKey
           
static java.lang.String adjustmentListenerKey
           
static java.lang.String componentListenerKey
           
static java.lang.String containerListenerKey
           
static java.lang.String focusListenerKey
           
static java.lang.String itemListenerKey
           
static java.lang.String keyListenerKey
           
static java.lang.String mouseListenerKey
           
static java.lang.String mouseMotionListenerKey
           
static java.lang.String textListenerKey
           
static java.lang.String windowListenerKey
           
 
Constructor Summary
protected AWTEventMulticaster2(java.util.EventListener a, java.util.EventListener b)
           
 
Method Summary
static void save(java.io.ObjectOutputStream s, java.lang.String k, java.util.EventListener l)
           
 

Field Detail

actionListenerKey

public static final java.lang.String actionListenerKey
See Also:
Constant Field Values

adjustmentListenerKey

public static final java.lang.String adjustmentListenerKey
See Also:
Constant Field Values

componentListenerKey

public static final java.lang.String componentListenerKey
See Also:
Constant Field Values

containerListenerKey

public static final java.lang.String containerListenerKey
See Also:
Constant Field Values

focusListenerKey

public static final java.lang.String focusListenerKey
See Also:
Constant Field Values

itemListenerKey

public static final java.lang.String itemListenerKey
See Also:
Constant Field Values

keyListenerKey

public static final java.lang.String keyListenerKey
See Also:
Constant Field Values

mouseListenerKey

public static final java.lang.String mouseListenerKey
See Also:
Constant Field Values

mouseMotionListenerKey

public static final java.lang.String mouseMotionListenerKey
See Also:
Constant Field Values

textListenerKey

public static final java.lang.String textListenerKey
See Also:
Constant Field Values

windowListenerKey

public static final java.lang.String windowListenerKey
See Also:
Constant Field Values
Constructor Detail

AWTEventMulticaster2

protected AWTEventMulticaster2(java.util.EventListener a,
                               java.util.EventListener b)
Method Detail

save

public static void save(java.io.ObjectOutputStream s,
                        java.lang.String k,
                        java.util.EventListener l)
                 throws java.io.IOException
Throws:
java.io.IOException



Copyright © 2009 SAS Institute Inc. All Rights Reserved.