|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.AWTEventMulticaster
com.ibm.dse.cs.servlet.CSAsynchronousReplyEventMulticaster
The CSAsynchronousReplyEventMulticaster class supports the CSAsynchronousReplyListener interface.
Field Summary |
---|
Fields inherited from class java.awt.AWTEventMulticaster |
---|
a, b |
Constructor Summary | |
---|---|
protected |
CSAsynchronousReplyEventMulticaster(CSAsynchronousReplyListener a,
CSAsynchronousReplyListener b)
This constructor supports multicast events. |
Method Summary | |
---|---|
static CSAsynchronousReplyListener |
add(CSAsynchronousReplyListener a,
CSAsynchronousReplyListener b)
Adds a new listener to support multicast events. |
void |
handleCSAsynchronousReplyEvent(CSAsynchronousReplyEvent event)
Executed when CSAsynchronousReplyEvent has been triggered. |
static CSAsynchronousReplyListener |
remove(CSAsynchronousReplyListener a,
CSAsynchronousReplyListener b)
Removes listener to support multicast events. |
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, addInternal, 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, 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 CSAsynchronousReplyEventMulticaster(CSAsynchronousReplyListener a, CSAsynchronousReplyListener b)
a
- com.ibm.dse.clientserver.servletCSAsynchronousReplyListenerb
- com.ibm.dse.clientserver.servletCSAsynchronousReplyListenerMethod Detail |
public static CSAsynchronousReplyListener add(CSAsynchronousReplyListener a, CSAsynchronousReplyListener b)
a
- com.ibm.dse.clientserver.CSAsynchronousReplyListenerb
- com.ibm.dse.clientserver.CSAsynchronousReplyListener
public void handleCSAsynchronousReplyEvent(CSAsynchronousReplyEvent event)
handleCSAsynchronousReplyEvent
in interface CSAsynchronousReplyListener
event
- com.ibm.dse.clientserver.CSAsynchronousReplyEventpublic static CSAsynchronousReplyListener remove(CSAsynchronousReplyListener a, CSAsynchronousReplyListener b)
a
- com.ibm.dse.clientserver.CSAsynchronousReplyListenerb
- com.ibm.dse.clientserver.CSAsynchronousReplyListener
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |