|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.AWTEventMulticaster
com.ptc.windchill.upgrade.ius.UpgradeContextEventMulticaster
This is the event multicaster class to support the UpdateRunnerListener interface.
Field Summary |
Fields inherited from class java.awt.AWTEventMulticaster |
a, b |
Constructor Summary | |
protected |
UpgradeContextEventMulticaster(EventListener a,
EventListener b)
Constructor to support multicast events. |
Method Summary | |
static UpgradeContextListener |
add(UpgradeContextListener a,
UpgradeContextListener b)
Add new listener to support multicast events. |
protected static EventListener |
addInternal(EventListener a,
EventListener b)
Add new listener to support multicast events. |
protected EventListener |
remove(UpgradeContextListener oldl)
|
static UpgradeContextListener |
remove(UpgradeContextListener l,
UpgradeContextListener oldl)
Remove listener to support multicast events. |
void |
stepStatusNotifyChange(UpgradeStep upgrade_phase_step_type)
|
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, 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 UpgradeContextEventMulticaster(EventListener a, EventListener b)
a
- EventListenerb
- EventListenerMethod Detail |
public static UpgradeContextListener add(UpgradeContextListener a, UpgradeContextListener b)
protected static EventListener addInternal(EventListener a, EventListener b)
a
- EventListenerb
- EventListener
protected EventListener remove(UpgradeContextListener oldl)
public static UpgradeContextListener remove(UpgradeContextListener l, UpgradeContextListener oldl)
public void stepStatusNotifyChange(UpgradeStep upgrade_phase_step_type)
stepStatusNotifyChange
in interface UpgradeContextListener
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |