com.esri.map
Class LayerEventMulticaster

java.lang.Object
  extended by java.awt.AWTEventMulticaster
      extended by com.esri.map.LayerEventMulticaster
All Implemented Interfaces:
LayerInitializeCompleteListener, ActionListener, AdjustmentListener, ComponentListener, ContainerListener, FocusListener, HierarchyBoundsListener, HierarchyListener, InputMethodListener, ItemListener, KeyListener, MouseListener, MouseMotionListener, MouseWheelListener, TextListener, WindowFocusListener, WindowListener, WindowStateListener, EventListener

public class LayerEventMulticaster
extends AWTEventMulticaster
implements LayerInitializeCompleteListener

The Class LayerEventMulticaster.


Field Summary
 
Fields inherited from class java.awt.AWTEventMulticaster
a, b
 
Constructor Summary
protected LayerEventMulticaster(EventListener a, EventListener b)
          Instantiates a new layer event multicaster.
 
Method Summary
static LayerInitializeCompleteListener add(LayerInitializeCompleteListener a, LayerInitializeCompleteListener b)
          Adds listeners for LocalLayerCreateCompleteEvent.
protected static EventListener addInternal(EventListener a, EventListener b)
          Adds the internal.
 void layerInitializeComplete(LayerInitializeCompleteEvent e)
           
protected  EventListener remove(EventListener oldListener)
           
static LayerInitializeCompleteListener remove(LayerInitializeCompleteListener listener, LayerInitializeCompleteListener oldListener)
          Removes listeners for LocalLayerCreateCompleteEvent.
 
Methods inherited from class java.awt.AWTEventMulticaster
actionPerformed, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, adjustmentValueChanged, ancestorMoved, ancestorResized, caretPositionChanged, componentAdded, componentHidden, componentMoved, componentRemoved, componentResized, componentShown, focusGained, focusLost, getListeners, hierarchyChanged, inputMethodTextChanged, itemStateChanged, keyPressed, keyReleased, keyTyped, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, mouseWheelMoved, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, removeInternal, save, saveInternal, textValueChanged, windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayerEventMulticaster

protected LayerEventMulticaster(EventListener a,
                                EventListener b)
Instantiates a new layer event multicaster.

Parameters:
a - the a
b - the b
Method Detail

add

public static LayerInitializeCompleteListener add(LayerInitializeCompleteListener a,
                                                  LayerInitializeCompleteListener b)
Adds listeners for LocalLayerCreateCompleteEvent.

Parameters:
a - the a
b - the b
Returns:
the layer initialize complete listener

remove

public static LayerInitializeCompleteListener remove(LayerInitializeCompleteListener listener,
                                                     LayerInitializeCompleteListener oldListener)
Removes listeners for LocalLayerCreateCompleteEvent.

Parameters:
listener - the listener
oldListener - the old listener
Returns:
the layer initialize complete listener

layerInitializeComplete

public void layerInitializeComplete(LayerInitializeCompleteEvent e)
Specified by:
layerInitializeComplete in interface LayerInitializeCompleteListener

addInternal

protected static EventListener addInternal(EventListener a,
                                           EventListener b)
Adds the internal.

Parameters:
a - the a
b - the b
Returns:
the event listener

remove

protected EventListener remove(EventListener oldListener)
Overrides:
remove in class AWTEventMulticaster


Copyright © 2012. All Rights Reserved.