|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.awt.AWTEventMulticaster com.esri.client.local.LocalServiceEventMulticaster
public class LocalServiceEventMulticaster
The Class LocalServiceEventMulticaster allows multiple listeners to be chained together.
Also allows one class to extend both
LocalServiceStartCompleteListener
and
LocalServiceStopCompleteListener
.
AWTEventMulticaster
Field Summary |
---|
Fields inherited from class java.awt.AWTEventMulticaster |
---|
a, b |
Constructor Summary | |
---|---|
protected |
LocalServiceEventMulticaster(EventListener a,
EventListener b)
Instantiates a new local service event multicaster. |
Method Summary | |
---|---|
static LocalServiceStartCompleteListener |
add(LocalServiceStartCompleteListener a,
LocalServiceStartCompleteListener b)
Adds listeners for StartCompleteEvent. |
static LocalServiceStopCompleteListener |
add(LocalServiceStopCompleteListener a,
LocalServiceStopCompleteListener b)
Adds listeners for StopCompleteEvent. |
protected static EventListener |
addInternal(EventListener a,
EventListener b)
Adds the internal. |
void |
localServiceStartComplete(LocalServiceStartCompleteEvent e)
|
void |
localServiceStopComplete(LocalServiceStopCompleteEvent e)
|
protected EventListener |
remove(EventListener oldListener)
|
static LocalServiceStartCompleteListener |
remove(LocalServiceStartCompleteListener listener,
LocalServiceStartCompleteListener oldListener)
Removes listeners for StartCompleteEvent. |
static LocalServiceStopCompleteListener |
remove(LocalServiceStopCompleteListener listener,
LocalServiceStopCompleteListener oldListener)
Removes listeners for StopCompleteEvent. |
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 LocalServiceEventMulticaster(EventListener a, EventListener b)
a
- the ab
- the bMethod Detail |
---|
public static LocalServiceStartCompleteListener add(LocalServiceStartCompleteListener a, LocalServiceStartCompleteListener b)
a
- the ab
- the b
public static LocalServiceStartCompleteListener remove(LocalServiceStartCompleteListener listener, LocalServiceStartCompleteListener oldListener)
listener
- the listeneroldListener
- the old listener
public static LocalServiceStopCompleteListener add(LocalServiceStopCompleteListener a, LocalServiceStopCompleteListener b)
a
- the ab
- the b
public static LocalServiceStopCompleteListener remove(LocalServiceStopCompleteListener listener, LocalServiceStopCompleteListener oldListener)
listener
- the listeneroldListener
- the old listener
public void localServiceStartComplete(LocalServiceStartCompleteEvent e)
localServiceStartComplete
in interface LocalServiceStartCompleteListener
public void localServiceStopComplete(LocalServiceStopCompleteEvent e)
localServiceStopComplete
in interface LocalServiceStopCompleteListener
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 |