|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.awt.AWTEventMulticaster com.esri.map.LayerEventMulticaster
public class LayerEventMulticaster
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 |
---|
protected LayerEventMulticaster(EventListener a, EventListener b)
a
- the ab
- the bMethod Detail |
---|
public static LayerInitializeCompleteListener add(LayerInitializeCompleteListener a, LayerInitializeCompleteListener b)
a
- the ab
- the b
public static LayerInitializeCompleteListener remove(LayerInitializeCompleteListener listener, LayerInitializeCompleteListener oldListener)
listener
- the listeneroldListener
- the old listener
public void layerInitializeComplete(LayerInitializeCompleteEvent e)
layerInitializeComplete
in interface LayerInitializeCompleteListener
protected static EventListener addInternal(EventListener a, EventListener b)
a
- the ab
- the b
protected EventListener remove(EventListener oldListener)
remove
in class AWTEventMulticaster
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |