AWTEventMulticaster.add() | Java

 

Descripción

Sintaxis

public static ActionListener add(ActionListener a, ActionListener b)
public static AdjustmentListener add(AdjustmentListener a, AdjustmentListener b)
public static ComponentListener add(ComponentListener a, ComponentListener b)
public static ContainerListener add(ContainerListener a, ContainerListener b)
public static FocusListener add(FocusListener a, FocusListener b)
public static HierarchyBoundsListener add(HierarchyBoundsListener a, HierarchyBoundsListener b)
public static HierarchyListener add(HierarchyListener a, HierarchyListener b)
public static InputMethodListener add(InputMethodListener a, InputMethodListener b)
public static ItemListener add(ItemListener a, ItemListener b)
public static KeyListener add(KeyListener a, KeyListener b)
public static MouseListener add(MouseListener a, MouseListener b)
public static MouseMotionListener add(MouseMotionListener a, MouseMotionListener b)
public static MouseWheelListener add(MouseWheelListener a, MouseWheelListener b)
public static TextListener add(TextListener a, TextListener b)
public static WindowFocusListener add(WindowFocusListener a, WindowFocusListener b)
public static WindowListener add(WindowListener a, WindowListener b)
public static WindowStateListener add(WindowStateListener a, WindowStateListener b)

Parámetros

  • MouseListener b,
  • MouseWheelListener b,
  • AdjustmentListener a,
  • InputMethodListener b,
  • ItemListener b,
  • ComponentListener a,
  • WindowListener a,
  • WindowStateListener b,
  • ActionListener b,
  • ItemListener a,
  • AdjustmentListener b,
  • TextListener a,
  • KeyListener a,
  • ActionListener a,
  • FocusListener b,
  • HierarchyBoundsListener a,
  • MouseMotionListener b,
  • WindowFocusListener b,
  • ContainerListener a,
  • MouseWheelListener a,
  • WindowFocusListener a,
  • FocusListener a,
  • MouseListener a,
  • HierarchyListener a,
  • KeyListener b,
  • MouseMotionListener a,
  • ContainerListener b,
  • TextListener b,
  • WindowListener b,
  • WindowStateListener a,
  • HierarchyBoundsListener b,
  • ComponentListener b,
  • HierarchyListener b,
  • InputMethodListener a,

Clase Padre

AWTEventMulticaster

Ejemplo


Líneas de Código

    Manual Java

    Aprende más sobre Java consultando online o descargando nuestro manual.

    Test Java

    ¿Te atreves a probar tus habilidades y conocimiento en Java con nuestro test?

    Vídeos Java

    Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.