|
IBM WebSphere Multichannel Bank 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.btt.event.CSInactivityClientEventMulticaster
public class CSInactivityClientEventMulticaster
This is the event multicaster class to support the com.ibm.dse.clientserver.servlet.CSInactivityClientListenerinterface. Code change summary:
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
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. |
protected static java.util.EventListener |
addInternal(CSInactivityClientListener a,
CSInactivityClientListener b)
|
void |
handleCSInactivityClientEvent(CSInactivityClientEvent event)
Executed when CSInactivityClientEvent has been triggered. |
protected java.util.EventListener |
remove(CSInactivityClientListener oldl)
|
static CSInactivityClientListener |
remove(CSInactivityClientListener a,
CSInactivityClientListener b)
Remove listener to support multicast events. |
protected static java.util.EventListener |
removeInternal(CSInactivityClientListener l,
CSInactivityClientListener oldl)
|
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 |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
protected CSInactivityClientEventMulticaster(CSInactivityClientListener a, CSInactivityClientListener b)
a
- com.ibm.btt.event.CSInactivityClientListenerb
- com.ibm.btt.event.CSInactivityClientListenerMethod Detail |
---|
public static CSInactivityClientListener add(CSInactivityClientListener a, CSInactivityClientListener b)
a
- com.ibm.btt.event.CSInactivityClientListenerb
- com.ibm.btt.event.CSInactivityClientListener
public void handleCSInactivityClientEvent(CSInactivityClientEvent event)
handleCSInactivityClientEvent
in interface CSInactivityClientListener
event
- com.ibm.btt.event.CSInactivityClientEventpublic static CSInactivityClientListener remove(CSInactivityClientListener a, CSInactivityClientListener b)
a
- com.ibm.btt.event.CSInactivityClientListenerb
- com.ibm.btt.event.CSInactivityClientListener
protected static java.util.EventListener removeInternal(CSInactivityClientListener l, CSInactivityClientListener oldl)
protected static java.util.EventListener addInternal(CSInactivityClientListener a, CSInactivityClientListener b)
protected java.util.EventListener remove(CSInactivityClientListener oldl)
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |