com.ibm.dse.services.comms
Class NegativeResponseEventMulticaster

java.lang.Object
  |
  +--java.awt.AWTEventMulticaster
        |
        +--com.ibm.dse.services.comms.NegativeResponseEventMulticaster

public class NegativeResponseEventMulticaster
extends java.awt.AWTEventMulticaster
implements NegativeResponseListener

The NegativeResponseEventMulticaster class supports the com.ibm.dse.services.comms.NegativeResponseListener interface.


Fields inherited from class java.awt.AWTEventMulticaster
a, b
 
Constructor Summary
protected NegativeResponseEventMulticaster(NegativeResponseListener a, NegativeResponseListener b)
           
 
Method Summary
static NegativeResponseListener add(NegativeResponseListener a, NegativeResponseListener b)
          Adds new listener to support multicast events.
 void negativeResponse(NegativeResponseEvent event)
          Invoked when negative response is received from host.
static NegativeResponseListener remove(NegativeResponseListener a, NegativeResponseListener 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, addInternal, adjustmentValueChanged, caretPositionChanged, componentAdded, componentHidden, componentMoved, componentRemoved, componentResized, componentShown, focusGained, focusLost, inputMethodTextChanged, itemStateChanged, keyPressed, keyReleased, keyTyped, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, removeInternal, save, saveInternal, textValueChanged, windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowIconified, windowOpened
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NegativeResponseEventMulticaster

protected NegativeResponseEventMulticaster(NegativeResponseListener a,
                                           NegativeResponseListener b)
Parameters:
a - com.ibm.dse.services.comms.NegativeResponseListener
b - com.ibm.dse.services.comms.NegativeResponseListener
Method Detail

add

public static NegativeResponseListener add(NegativeResponseListener a,
                                           NegativeResponseListener b)
Adds new listener to support multicast events.
Parameters:
a - com.ibm.dse.services.comms.NegativeResponseListener
b - com.ibm.dse.services.comms.NegativeResponseListener
Returns:
com.ibm.dse.services.comms.NegativeResponseListener

negativeResponse

public void negativeResponse(NegativeResponseEvent event)
Invoked when negative response is received from host.
Specified by:
negativeResponse in interface NegativeResponseListener
Parameters:
event - com.ibm.dse.services.comms.NegativeResponseEvent

remove

public static NegativeResponseListener remove(NegativeResponseListener a,
                                              NegativeResponseListener b)
Removes listener to support multicast events.
Parameters:
a - com.ibm.dse.services.comms.NegativeResponseListener
b - com.ibm.dse.services.comms.NegativeResponseListener
Returns:
com.ibm.dse.services.comms.NegativeResponseListener