com.esri.map
Class ProgressEventMulticaster

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

public class ProgressEventMulticaster
extends AWTEventMulticaster
implements ProgressEventListener

The Class ProgressEventMulticaster.


Field Summary
 
Fields inherited from class java.awt.AWTEventMulticaster
a, b
 
Constructor Summary
protected ProgressEventMulticaster(EventListener a, EventListener b)
          Instantiates a new progress event multicaster.
 
Method Summary
static ProgressEventListener add(ProgressEventListener a, ProgressEventListener b)
          Adds listeners for ProgressEvent.
protected static EventListener addInternal(EventListener a, EventListener b)
          Adds the internal.
 void progress(ProgressEvent event)
           
protected  EventListener remove(EventListener oldListener)
           
static ProgressEventListener remove(ProgressEventListener listener, ProgressEventListener oldListener)
          Removes listeners for ProgressEvent.
 
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

ProgressEventMulticaster

protected ProgressEventMulticaster(EventListener a,
                                   EventListener b)
Instantiates a new progress event multicaster.

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

add

public static ProgressEventListener add(ProgressEventListener a,
                                        ProgressEventListener b)
Adds listeners for ProgressEvent.

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

remove

public static ProgressEventListener remove(ProgressEventListener listener,
                                           ProgressEventListener oldListener)
Removes listeners for ProgressEvent.

Parameters:
listener - the listener
oldListener - the old listener
Returns:
the progress event listener

progress

public void progress(ProgressEvent event)
Specified by:
progress in interface ProgressEventListener

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.