Fields
| Name | Description |
|---|---|
| a | |
| b |
Constructors
| Name | Description |
|---|---|
| AWTEventMulticaster(EventListener, EventListener) | Creates an event multicaster instance which chains listener-a with listener-b. |
Methods
| Name | Description |
|---|---|
| actionPerformed(ActionEvent) | Handles the actionPerformed event by invoking the actionPerformed methods on listener-a and listener-b. |
| add(ActionListener, ActionListener) | Adds action-listener-a with action-listener-b and returns the resulting multicast listener. |
| add(AdjustmentListener, AdjustmentListener) | Adds adjustment-listener-a with adjustment-listener-b and returns the resulting multicast listener. |
| add(ComponentListener, ComponentListener) | Adds component-listener-a with component-listener-b and returns the resulting multicast listener. |
| add(ContainerListener, ContainerListener) | Adds container-listener-a with container-listener-b and returns the resulting multicast listener. |
| add(FocusListener, FocusListener) | Adds focus-listener-a with focus-listener-b and returns the resulting multicast listener. |
| add(ItemListener, ItemListener) | Adds item-listener-a with item-listener-b and returns the resulting multicast listener. |
| add(KeyListener, KeyListener) | Adds key-listener-a with key-listener-b and returns the resulting multicast listener. |
| add(MouseListener, MouseListener) | Adds mouse-listener-a with mouse-listener-b and returns the resulting multicast listener. |
| add(MouseMotionListener, MouseMotionListener) | Adds mouse-motion-listener-a with mouse-motion-listener-b and returns the resulting multicast listener. |
| add(TextListener, TextListener) | |
| add(WindowListener, WindowListener) | Adds window-listener-a with window-listener-b and returns the resulting multicast listener. |
| addInternal(EventListener, EventListener) | Returns the resulting multicast listener from adding listener-a and listener-b together. |
| adjustmentValueChanged(AdjustmentEvent) | Handles the adjustmentValueChanged event by invoking the adjustmentValueChanged methods on listener-a and listener-b. |
| componentAdded(ContainerEvent) | Handles the componentAdded container event by invoking the componentAdded methods on listener-a and listener-b. |
| componentHidden(ComponentEvent) | Handles the componentHidden event by invoking the componentHidden methods on listener-a and listener-b. |
| componentMoved(ComponentEvent) | Handles the componentMoved event by invoking the componentMoved methods on listener-a and listener-b. |
| componentRemoved(ContainerEvent) | Handles the componentRemoved container event by invoking the componentRemoved methods on listener-a and listener-b. |
| componentResized(ComponentEvent) | Handles the componentResized event by invoking the componentResized methods on listener-a and listener-b. |
| componentShown(ComponentEvent) | Handles the componentShown event by invoking the componentShown methods on listener-a and listener-b. |
| focusGained(FocusEvent) | Handles the focusGained event by invoking the focusGained methods on listener-a and listener-b. |
| focusLost(FocusEvent) | Handles the focusLost event by invoking the focusLost methods on listener-a and listener-b. |
| itemStateChanged(ItemEvent) | Handles the itemStateChanged event by invoking the itemStateChanged methods on listener-a and listener-b. |
| keyPressed(KeyEvent) | Handles the keyPressed event by invoking the keyPressed methods on listener-a and listener-b. |
| keyReleased(KeyEvent) | Handles the keyReleased event by invoking the keyReleased methods on listener-a and listener-b. |
| keyTyped(KeyEvent) | Handles the keyTyped event by invoking the keyTyped methods on listener-a and listener-b. |
| mouseClicked(MouseEvent) | Handles the mouseClicked event by invoking the mouseClicked methods on listener-a and listener-b. |
| mouseDragged(MouseEvent) | Handles the mouseDragged event by invoking the mouseDragged methods on listener-a and listener-b. |
| mouseEntered(MouseEvent) | Handles the mouseEntered event by invoking the mouseEntered methods on listener-a and listener-b. |
| mouseExited(MouseEvent) | Handles the mouseExited event by invoking the mouseExited methods on listener-a and listener-b. |
| mouseMoved(MouseEvent) | Handles the mouseMoved event by invoking the mouseMoved methods on listener-a and listener-b. |
| mousePressed(MouseEvent) | Handles the mousePressed event by invoking the mousePressed methods on listener-a and listener-b. |
| mouseReleased(MouseEvent) | Handles the mouseReleased event by invoking the mouseReleased methods on listener-a and listener-b. |
| remove(ActionListener, ActionListener) | Removes the old action-listener from action-listener-l and returns the resulting multicast listener. |
| remove(AdjustmentListener, AdjustmentListener) | Removes the old adjustment-listener from adjustment-listener-l and returns the resulting multicast listener. |
| remove(ComponentListener, ComponentListener) | Removes the old component-listener from component-listener-l and returns the resulting multicast listener. |
| remove(ContainerListener, ContainerListener) | Removes the old container-listener from container-listener-l and returns the resulting multicast listener. |
| remove(EventListener) | Removes a listener from this multicaster and returns the resulting multicast listener. |
| remove(FocusListener, FocusListener) | Removes the old focus-listener from focus-listener-l and returns the resulting multicast listener. |
| remove(ItemListener, ItemListener) | Removes the old item-listener from item-listener-l and returns the resulting multicast listener. |
| remove(KeyListener, KeyListener) | Removes the old key-listener from key-listener-l and returns the resulting multicast listener. |
| remove(MouseListener, MouseListener) | Removes the old mouse-listener from mouse-listener-l and returns the resulting multicast listener. |
| remove(MouseMotionListener, MouseMotionListener) | Removes the old mouse-motion-listener from mouse-motion-listener-l and returns the resulting multicast listener. |
| remove(TextListener, TextListener) | |
| remove(WindowListener, WindowListener) | Removes the old window-listener from window-listener-l and returns the resulting multicast listener. |
| removeInternal(EventListener, EventListener) | Returns the resulting multicast listener after removing the old listener from listener-l. |
| save(ObjectOutputStream, String, EventListener) | |
| saveInternal(ObjectOutputStream, String) | |
| textValueChanged(TextEvent) | |
| windowActivated(WindowEvent) | Handles the windowActivated event by invoking the windowActivated methods on listener-a and listener-b. |
| windowClosed(WindowEvent) | Handles the windowClosed event by invoking the windowClosed methods on listener-a and listener-b. |
| windowClosing(WindowEvent) | Handles the windowClosing event by invoking the windowClosing methods on listener-a and listener-b. |
| windowDeactivated(WindowEvent) | Handles the windowDeactivated event by invoking the windowDeactivated methods on listener-a and listener-b. |
| windowDeiconified(WindowEvent) | Handles the windowDeiconfied event by invoking the windowDeiconified methods on listener-a and listener-b. |
| windowIconified(WindowEvent) | Handles the windowIconified event by invoking the windowIconified methods on listener-a and listener-b. |
| windowOpened(WindowEvent) | Handles the windowOpened event by invoking the windowOpened methods on listener-a and listener-b. |