|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.AWTEventMulticaster
com.esri.map.MapEventMulticaster
public class MapEventMulticaster

The Class MapEventMulticaster.
| Field Summary |
|---|
| Fields inherited from class java.awt.AWTEventMulticaster |
|---|
a, b |
| Constructor Summary | |
|---|---|
protected |
MapEventMulticaster(EventListener a,
EventListener b)
Instantiates a new map event multicaster. |
| Method Summary | |
|---|---|
static MapEventListener |
add(MapEventListener a,
MapEventListener b)
Adds listeners for MapEvent. |
protected static EventListener |
addInternal(EventListener a,
EventListener b)
Adds the listener. |
void |
mapDispose(MapEvent event)
Fired just before the resources of JMap are disposed. |
void |
mapExtentChanged(MapEvent event)
|
void |
mapReady(MapEvent event)
|
protected EventListener |
remove(EventListener oldListener)
|
static MapEventListener |
remove(MapEventListener listener,
MapEventListener oldListener)
Removes listeners for MapEvent. |
| 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 MapEventMulticaster(EventListener a,
EventListener b)
a - the ab - the b| Method Detail |
|---|
public static MapEventListener add(MapEventListener a,
MapEventListener b)
a - the ab - the b
public static MapEventListener remove(MapEventListener listener,
MapEventListener oldListener)
listener - the listeneroldListener - the old listener
public void mapReady(MapEvent event)
mapReady in interface MapEventListenerpublic void mapDispose(MapEvent event)
MapEventListenerJMap are disposed.
mapDispose in interface MapEventListenerevent - the event indicating map disposal.public void mapExtentChanged(MapEvent event)
mapExtentChanged in interface MapEventListener
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 | |||||||||