|
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.CSInactivityClientEventMulticaster
This is the event multicaster class to support the com.ibm.dse.clientserver.servlet.CSInactivityClientListenerinterface.
Field Summary |
---|
Fields inherited from class java.awt.AWTEventMulticaster |
---|
a, b |
Constructor Summary | |
---|---|
protected |
CSInactivityClientEventMulticaster(CSInactivityClientListener a,
CSInactivityClientListener b)
Constructor to support multicast events. |
Method Summary | |
---|---|
static CSInactivityClientListener |
add(CSInactivityClientListener a,
CSInactivityClientListener b)
Add a new listener to support multicast events. |
void |
handleCSInactivityClientEvent(CSInactivityClientEvent event)
Executed when CSInactivityClientEvent has been triggered. |
static CSInactivityClientListener |
remove(CSInactivityClientListener a,
CSInactivityClientListener 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 CSInactivityClientEventMulticaster(CSInactivityClientListener a, CSInactivityClientListener b)
a
- com.ibm.dse.cs.servlet.CSInactivityClientListenerb
- com.ibm.dse.cs.servlet.CSInactivityClientListenerMethod Detail |
public static CSInactivityClientListener add(CSInactivityClientListener a, CSInactivityClientListener b)
a
- com.ibm.dse.cs.servlet.CSInactivityClientListenerb
- com.ibm.dse.cs.servlet.CSInactivityClientListener
public void handleCSInactivityClientEvent(CSInactivityClientEvent event)
handleCSInactivityClientEvent
in interface CSInactivityClientListener
event
- com.ibm.dse.cs.servlet.CSInactivityClientEventpublic static CSInactivityClientListener remove(CSInactivityClientListener a, CSInactivityClientListener b)
a
- com.ibm.dse.cs.servlet.CSInactivityClientListenerb
- com.ibm.dse.cs.servlet.CSInactivityClientListener
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |