|
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.services.landp.TimeoutEventMulticaster
This is the event multicaster class to support the TimeoutListener interface.
Field Summary |
---|
Fields inherited from class java.awt.AWTEventMulticaster |
---|
a, b |
Constructor Summary | |
---|---|
protected |
TimeoutEventMulticaster(TimeoutListener a,
TimeoutListener b)
Constructor to support multicast events. |
Method Summary | |
---|---|
static TimeoutListener |
add(TimeoutListener a,
TimeoutListener b)
Adds a new listener to support multicast events. |
static TimeoutListener |
remove(TimeoutListener a,
TimeoutListener b)
Removes listener to support multicast events. |
void |
timedOut(TimeoutEvent event)
|
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 TimeoutEventMulticaster(TimeoutListener a, TimeoutListener b)
a
- TimeoutListenerb
- TimeoutListenerMethod Detail |
public static TimeoutListener add(TimeoutListener a, TimeoutListener b)
a
- TimeoutListenerb
- TimeoutListener
public static TimeoutListener remove(TimeoutListener a, TimeoutListener b)
a
- TimeoutListenerb
- TimeoutListener
public void timedOut(TimeoutEvent event)
timedOut
in interface TimeoutListener
event
- TimeoutEvent
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |