|
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.CSProcessorInactivityEventMulticaster
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 |
protected CSProcessorInactivityEventMulticaster(CSProcessorInactivityListener a, CSProcessorInactivityListener b)
a
- java.util.EventListenerb
- java.util.EventListenerMethod Detail |
public static CSProcessorInactivityListener add(CSProcessorInactivityListener a, CSProcessorInactivityListener b)
a
- com.ibm.dse.cs.servlet.CSInactivityClientListenerb
- com.ibm.dse.cs.servlet.CSInactivityClientListener
public void handleCSProcessorInactivityEvent(CSProcessorInactivityEvent event)
handleCSProcessorInactivityEvent
in interface CSProcessorInactivityListener
event
- com.ibm.dse.cs.servlet.CSProcessorInactivityEventpublic static CSProcessorInactivityListener remove(CSProcessorInactivityListener a, CSProcessorInactivityListener b)
a
- com.ibm.dse.cs.servlet.CSProcessorInactivityListenerb
- com.ibm.dse.cs.servlet.CSProcessorInactivityListener
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |