IBM Branch Transformation Toolkit Javadoc

com.ibm.dse.cs.servlet
Class CSProcessorInactivityEventMulticaster

java.lang.Object
  extended byjava.awt.AWTEventMulticaster
      extended bycom.ibm.dse.cs.servlet.CSProcessorInactivityEventMulticaster
All Implemented Interfaces:
java.awt.event.ActionListener, java.awt.event.AdjustmentListener, java.awt.event.ComponentListener, java.awt.event.ContainerListener, CSProcessorInactivityListener, java.util.EventListener, java.awt.event.FocusListener, java.awt.event.HierarchyBoundsListener, java.awt.event.HierarchyListener, java.awt.event.InputMethodListener, java.awt.event.ItemListener, java.awt.event.KeyListener, java.awt.event.MouseListener, java.awt.event.MouseMotionListener, java.awt.event.MouseWheelListener, java.awt.event.TextListener, java.awt.event.WindowFocusListener, java.awt.event.WindowListener, java.awt.event.WindowStateListener

public class CSProcessorInactivityEventMulticaster
extends java.awt.AWTEventMulticaster
implements CSProcessorInactivityListener

This is the event multicaster class to support the CSProcessorInactivityListener interface.


Field Summary
 
Fields inherited from class java.awt.AWTEventMulticaster
a, b
 
Constructor Summary
protected CSProcessorInactivityEventMulticaster(CSProcessorInactivityListener a, CSProcessorInactivityListener b)
          CSProcessorInactivityEventMulticaster constructor comment.
 
Method Summary
static CSProcessorInactivityListener add(CSProcessorInactivityListener a, CSProcessorInactivityListener b)
          Add a new listener to support multicast events.
 void handleCSProcessorInactivityEvent(CSProcessorInactivityEvent event)
          Executed when CSProcessorInactivityEvent has been triggered.
static CSProcessorInactivityListener remove(CSProcessorInactivityListener a, CSProcessorInactivityListener b)
          Remove 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

CSProcessorInactivityEventMulticaster

protected CSProcessorInactivityEventMulticaster(CSProcessorInactivityListener a,
                                                CSProcessorInactivityListener b)
CSProcessorInactivityEventMulticaster constructor comment.

Parameters:
a - java.util.EventListener
b - java.util.EventListener
Method Detail

add

public static CSProcessorInactivityListener add(CSProcessorInactivityListener a,
                                                CSProcessorInactivityListener b)
Add a new listener to support multicast events.

Parameters:
a - com.ibm.dse.cs.servlet.CSInactivityClientListener
b - com.ibm.dse.cs.servlet.CSInactivityClientListener
Returns:
com.ibm.dse.cs.servlet.CSInactivityClientListener

handleCSProcessorInactivityEvent

public void handleCSProcessorInactivityEvent(CSProcessorInactivityEvent event)
Executed when CSProcessorInactivityEvent has been triggered.

Specified by:
handleCSProcessorInactivityEvent in interface CSProcessorInactivityListener
Parameters:
event - com.ibm.dse.cs.servlet.CSProcessorInactivityEvent

remove

public static CSProcessorInactivityListener remove(CSProcessorInactivityListener a,
                                                   CSProcessorInactivityListener b)
Remove listener to support multicast events.

Parameters:
a - com.ibm.dse.cs.servlet.CSProcessorInactivityListener
b - com.ibm.dse.cs.servlet.CSProcessorInactivityListener
Returns:
com.ibm.dse.cs.servlet.CSProcessorInactivityListener

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005