|
JavaTM 2 Platform Std. Ed. v1. 4.0 |
||||||||||
ÀüÀÇ Å¬·¡½º ´ÙÀ½ÀÇ Å¬·¡½º | ÇÁ·¹ÀÓ ÀÖ¾î ÇÁ·¹ÀÓ ¾øÀ½ | ||||||||||
°³¿ä: »óÀÚ | Çʵå | constructor | ¸Þ¼Òµå | »ó¼¼: Çʵå | constructor | ¸Þ¼Òµå |
java.lang.Object | +--java.awt.AWTEventMulticaster
java.awt.event ÆÐŰÁö·Î Á¤ÀǵǴ AWT À̺¥Æ®¿¡, È¿À²ÀûÀ¸·Î, thread¿¡ ´ëÇØ¼ ¾ÈÀüÇÑ, ¸¶¸£Ä¡Ä³½ºÆ®À̺¥Æ®µð½ºÆÌÄ¡¸¦ ½Ç½ÃÇÏ´Â ±¸Á¶¸¦ ±¸ÇöÇϴ Ŭ·¡½ºÀÔ´Ï´Ù. ÀÌ Å¬·¡½º´Â ÀÏ·ÃÀÇ À̺¥Æ® ûÃëÀÚ·Î ±¸¼ºµÇ´Â ºÒº¯ÀÇ ±¸Á¶¸¦ °ü¸®ÇØ, À̺¥Æ®¸¦ ÀÌ·¯ÇÑ Ã»ÃëÀÚ¿¡°Ô µð½ºÆÌÄ¡ ÇÕ´Ï´Ù. ±¸Á¶°¡ ºÒº¯ÀÎ ¸ð¾Æ µÎ¾î À̺¥Æ®µð½ºÆÌÄ¡ Á¶ÀÛµ¿¾È¿¡ ÀÌ API ¸¦ »ç¿ëÇØ ûÃëÀÚ¸¦ Ãß°¡ ¶Ç´Â »èÁ¦Çصµ ¾ÈÀüÇÕ´Ï´Ù. »ç¿ë¿¹·Î¼´Â ¡¸¾×¼Ç¡¹À̺¥Æ®¸¦ °³½ÃÇÏ´Â »õ·Î¿î ÄÄÆÛ³ÍÆ®ÀÇ ±¸Çö½Ã°¡ »ý°¢µË´Ï´Ù.
public myComponent extends Component {
ActionListener actionListener = null;
public synchronized void addActionListener(ActionListener l) {
actionListener = AWTEventMulticaster.add(actionListener, l);
}
public synchronized void removeActionListener(ActionListener l) {
actionListener = AWTEventMulticaster.remove(actionListener, l);
}
public void processEvent(AWTEvent e) {
// when event occurs which causes "action" semantic
if (actionListener ! = null) {
actionListener.actionPerformed(new ActionEvent());
}
}
ÇʵåÀÇ °³¿ä | |
protected EventListener |
a
|
protected EventListener |
b
|
»ý¼ºÀÚÀÇ °³¿ä | |
protected |
AWTEventMulticaster (EventListener a,
EventListener b)
ûÃëÀÚ a ¿Í ûÃëÀÚ b ¸¦ ÀÌÀº À̺¥Æ® ¸ÖƼ ij½ºÅÍÀÇ ÀνºÅϽº¸¦ »ý¼ºÇÕ´Ï´Ù. |
¸Þ¼ÒµåÀÇ °³¿ä | |
void |
actionPerformed (ActionEvent e)
ûÃëÀÚ a ¿Í ûÃëÀÚ b ÀÇ actionPerformed ¸Þ¼Òµå¸¦ È£ÃâÇÏ´Â °Í¿¡ ÀÇÇØ, actionPerformed À̺¥Æ®¸¦ ó¸®ÇÕ´Ï´Ù. |
static ActionListener |
add (ActionListener a,
ActionListener b)
¾×¼Ç ûÃëÀÚ a ¿Í ¾×¼Ç ûÃëÀÚ b ¸¦ ´õÇØ ±× °á°úÀûÀ¸·Î »ý±â´Â ¸ÖƼ ij½ºÆ® ûÃëÀÚ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
static AdjustmentListener |
add (AdjustmentListener a,
AdjustmentListener b)
Á¶Á¤ ûÃëÀÚ a ¿Í Á¶Á¤ ûÃëÀÚ b ¸¦ ´õÇØ ±× °á°úÀûÀ¸·Î »ý±â´Â ¸ÖƼ ij½ºÆ® ûÃëÀÚ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
static ComponentListener |
add (ComponentListener a,
ComponentListener b)
ÄÄÆÛ³ÍÆ® ûÃëÀÚ a ¿Í ÄÄÆÛ³ÍÆ® ûÃëÀÚ b ¸¦ ´õÇØ ±× °á°úÀûÀ¸·Î »ý±â´Â ¸ÖƼ ij½ºÆ® ûÃëÀÚ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
static ContainerListener |
add (ContainerListener a,
ContainerListener b)
ÄÁÅ×ÀÌ³Ê Ã»ÃëÀÚ a ¿Í ÄÁÅ×ÀÌ³Ê Ã»ÃëÀÚ b ¸¦ ´õÇØ ±× °á°úÀûÀ¸·Î »ý±â´Â ¸ÖƼ ij½ºÆ® ûÃëÀÚ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
static FocusListener |
add (FocusListener a,
FocusListener b)
Æ÷Ä¿½º ûÃëÀÚ a ¿Í Æ÷Ä¿½º ûÃëÀÚ b ¸¦ ´õÇØ ±× °á°úÀûÀ¸·Î »ý±â´Â ¸ÖƼ ij½ºÆ® ûÃëÀÚ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
static HierarchyBoundsListener |
add (HierarchyBoundsListener a,
HierarchyBoundsListener b)
°èÃþ °æ°è ûÃëÀÚ a ¿Í °èÃþ °æ°è ûÃëÀÚ b ¸¦ ´õÇØ ±× °á°úÀûÀ¸·Î »ý±â´Â ¸ÖƼ ij½ºÆ® ûÃëÀÚ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
static HierarchyListener |
add (HierarchyListener a,
HierarchyListener b)
°èÃþ ûÃëÀÚ a ¿Í °èÃþ ûÃëÀÚ b ¸¦ ´õÇØ ±× °á°úÀûÀ¸·Î »ý±â´Â ¸ÖƼ ij½ºÆ® ûÃëÀÚ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
static InputMethodListener |
add (InputMethodListener a,
InputMethodListener b)
ÀÎDz ¸Þ¼Òµå ûÃëÀÚ a ¿Í ÀÎDz ¸Þ¼Òµå ûÃëÀÚ b ¸¦ ´õÇØ ±× °á°úÀûÀ¸·Î »ý±â´Â ¸ÖƼ ij½ºÆ® ûÃëÀÚ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
static ItemListener |
add (ItemListener a,
ItemListener b)
Ç׸ñ ûÃëÀÚ a ¿Í Ç׸ñ ûÃëÀÚ b ¸¦ ´õÇØ ±× °á°úÀûÀ¸·Î »ý±â´Â ¸ÖƼ ij½ºÆ® ûÃëÀÚ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
static KeyListener |
add (KeyListener a,
KeyListener b)
Ű ûÃëÀÚ a ¿Í Ű ûÃëÀÚ b ¸¦ ´õÇØ ±× °á°úÀûÀ¸·Î »ý±â´Â ¸ÖƼ ij½ºÆ® ûÃëÀÚ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
static MouseListener |
add (MouseListener a,
MouseListener b)
¸¶¿ì½º ûÃëÀÚ a ¿Í ¸¶¿ì½º ûÃëÀÚ b ¸¦ ´õÇØ ±× °á°úÀûÀ¸·Î »ý±â´Â ¸ÖƼ ij½ºÆ® ûÃëÀÚ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
static MouseMotionListener |
add (MouseMotionListener a,
MouseMotionListener b)
¸¶¿ì½º ¸ð¼Ç ûÃëÀÚ a ¿Í ¸¶¿ì½º ¸ð¼Ç ûÃëÀÚ b ¸¦ ´õÇØ ±× °á°úÀûÀ¸·Î »ý±â´Â ¸ÖƼ ij½ºÆ® ûÃëÀÚ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
static MouseWheelListener |
add (MouseWheelListener a,
MouseWheelListener b)
¸¶¿ì½º È٠ûÃëÀÚ a ¿Í ¸¶¿ì½º È٠ûÃëÀÚ b ¸¦ ´õÇØ ±× °á°úÀûÀ¸·Î »ý±â´Â ¸ÖƼ ij½ºÆ® ûÃëÀÚ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
static TextListener |
add (TextListener a,
TextListener b)
|
static WindowFocusListener |
add (WindowFocusListener a,
WindowFocusListener b)
À©µµ¿ì Æ÷Ä¿½º ûÃëÀÚ a ¿Í À©µµ¿ì Æ÷Ä¿½º ûÃëÀÚ b ¸¦ ´õÇØ ±× °á°úÀûÀ¸·Î »ý±â´Â ¸ÖƼ ij½ºÆ® ûÃëÀÚ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
static WindowListener |
add (WindowListener a,
WindowListener b)
À©µµ¿ì ûÃëÀÚ a ¿Í À©µµ¿ì ûÃëÀÚ b ¸¦ ´õÇØ ±× °á°úÀûÀ¸·Î »ý±â´Â ¸ÖƼ ij½ºÆ® ûÃëÀÚ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
static WindowStateListener |
add (WindowStateListener a,
WindowStateListener b)
À©µµ¿ì »óÅ ûÃëÀÚ a ¿Í À©µµ¿ì »óÅ ûÃëÀÚ b ¸¦ ´õÇØ ±× °á°úÀûÀ¸·Î »ý±â´Â ¸ÖƼ ij½ºÆ® ûÃëÀÚ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
protected static EventListener |
addInternal (EventListener a,
EventListener b)
ûÃëÀÚ a ¿Í ûÃëÀÚ b ¸¦ ´õÇØ ±× °á°úÀûÀ¸·Î »ý±â´Â ¸ÖƼ ij½ºÆ® ûÃëÀÚ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
void |
adjustmentValueChanged (AdjustmentEvent e)
ûÃëÀÚ a ¿Í ûÃëÀÚ b ÀÇ adjustmentValueChanged ¸Þ¼Òµå¸¦ È£ÃâÇÏ´Â °Í¿¡ ÀÇÇØ, adjustmentValueChanged À̺¥Æ®¸¦ ó¸®ÇÕ´Ï´Ù. |
void |
ancestorMoved (HierarchyEvent e)
ûÃëÀÚ a ¿Í ûÃëÀÚ b ÀÇ ancestorMoved ¸Þ¼Òµå¸¦ È£ÃâÇÏ´Â °Í¿¡ ÀÇÇØ, ancestorMoved À̺¥Æ®¸¦ ó¸®ÇÕ´Ï´Ù. |
void |
ancestorResized (HierarchyEvent e)
ûÃëÀÚ a ¿Í ûÃëÀÚ b ÀÇ ancestorResized ¸Þ¼Òµå¸¦ È£ÃâÇÏ´Â °Í¿¡ ÀÇÇØ, ancestorResized À̺¥Æ®¸¦ ó¸®ÇÕ´Ï´Ù. |
void |
caretPositionChanged (InputMethodEvent e)
ûÃëÀÚ a ¿Í ûÃëÀÚ b ÀÇ caretPositionChanged ¸Þ¼Òµå¸¦ È£ÃâÇÏ´Â °Í¿¡ ÀÇÇØ, caretPositionChanged À̺¥Æ®¸¦ ó¸®ÇÕ´Ï´Ù. |
void |
componentAdded (ContainerEvent e)
ûÃëÀÚ a ¿Í ûÃëÀÚ b ÀÇ componentAdded ¸Þ¼Òµå¸¦ È£ÃâÇÏ´Â °Í¿¡ ÀÇÇØ, componentAdded ÄÁÅ×ÀÌ³Ê À̺¥Æ®¸¦ ó¸®ÇÕ´Ï´Ù. |
void |
componentHidden (ComponentEvent e)
ûÃëÀÚ a ¿Í ûÃëÀÚ b ÀÇ componentHidden ¸Þ¼Òµå¸¦ È£ÃâÇÏ´Â °Í¿¡ ÀÇÇØ, componentHidden À̺¥Æ®¸¦ ó¸®ÇÕ´Ï´Ù. |
void |
componentMoved (ComponentEvent e)
ûÃëÀÚ a ¿Í ûÃëÀÚ b ÀÇ componentMoved ¸Þ¼Òµå¸¦ È£ÃâÇÏ´Â °Í¿¡ ÀÇÇØ, componentMoved À̺¥Æ®¸¦ ó¸®ÇÕ´Ï´Ù. |
void |
componentRemoved (ContainerEvent e)
ûÃëÀÚ a ¿Í ûÃëÀÚ b ÀÇ componentRemoved ¸Þ¼Òµå¸¦ È£ÃâÇÏ´Â °Í¿¡ ÀÇÇØ, componentRemoved ÄÁÅ×ÀÌ³Ê À̺¥Æ®¸¦ ó¸®ÇÕ´Ï´Ù. |
void |
componentResized (ComponentEvent e)
ûÃëÀÚ a ¿Í ûÃëÀÚ b ÀÇ componentResized ¸Þ¼Òµå¸¦ È£ÃâÇÏ´Â °Í¿¡ ÀÇÇØ, componentResized À̺¥Æ®¸¦ ó¸®ÇÕ´Ï´Ù. |
void |
componentShown (ComponentEvent e)
ûÃëÀÚ a ¿Í ûÃëÀÚ b ÀÇ componentShown ¸Þ¼Òµå¸¦ È£ÃâÇÏ´Â °Í¿¡ ÀÇÇØ, componentShown À̺¥Æ®¸¦ ó¸®ÇÕ´Ï´Ù. |
void |
focusGained (FocusEvent e)
ûÃëÀÚ a ¿Í ûÃëÀÚ b ÀÇ focusGained ¸Þ¼Òµå¸¦ È£ÃâÇÏ´Â °Í¿¡ ÀÇÇØ, focusGained À̺¥Æ®¸¦ ó¸®ÇÕ´Ï´Ù. |
void |
focusLost (FocusEvent e)
ûÃëÀÚ a ¿Í ûÃëÀÚ b ÀÇ focusLost ¸Þ¼Òµå¸¦ È£ÃâÇÏ´Â °Í¿¡ ÀÇÇØ, focusLost À̺¥Æ®¸¦ ó¸®ÇÕ´Ï´Ù. |
static EventListener [] |
getListeners (EventListener l,
Class listenerType)
ÁöÁ¤µÈ java.util.EventListener ·Î ¿¬¼âµÇ¾îFooListener °¡ µÈ ¸ðµç ¿ÀºêÁ§Æ®ÀÇ ¹è¿À» µ¹·ÁÁÝ´Ï´Ù. |
void |
hierarchyChanged (HierarchyEvent e)
ûÃëÀÚ a ¿Í ûÃëÀÚ b ÀÇ hierarchyChanged ¸Þ¼Òµå¸¦ È£ÃâÇÏ´Â °Í¿¡ ÀÇÇØ, hierarchyChanged À̺¥Æ®¸¦ ó¸®ÇÕ´Ï´Ù. |
void |
inputMethodTextChanged (InputMethodEvent e)
ûÃëÀÚ a ¿Í ûÃëÀÚ b ÀÇ inputMethodTextChanged ¸Þ¼Òµå¸¦ È£ÃâÇÏ´Â °Í¿¡ ÀÇÇØ, inputMethodTextChanged À̺¥Æ®¸¦ ó¸®ÇÕ´Ï´Ù. |
void |
itemStateChanged (ItemEvent e)
ûÃëÀÚ a ¿Í ûÃëÀÚ b ÀÇ itemStateChanged ¸Þ¼Òµå¸¦ È£ÃâÇÏ´Â °Í¿¡ ÀÇÇØ, itemStateChanged À̺¥Æ®¸¦ ó¸®ÇÕ´Ï´Ù. |
void |
keyPressed (KeyEvent e)
ûÃëÀÚ a ¿Í ûÃëÀÚ b ÀÇ keyPressed ¸Þ¼Òµå¸¦ È£ÃâÇÏ´Â °Í¿¡ ÀÇÇØ, keyPressed À̺¥Æ®¸¦ ó¸®ÇÕ´Ï´Ù. |
void |
keyReleased (KeyEvent e)
ûÃëÀÚ a ¿Í ûÃëÀÚ b ÀÇ keyReleased ¸Þ¼Òµå¸¦ È£ÃâÇÏ´Â °Í¿¡ ÀÇÇØ, keyReleased À̺¥Æ®¸¦ ó¸®ÇÕ´Ï´Ù. |
void |
keyTyped (KeyEvent e)
ûÃëÀÚ a ¿Í ûÃëÀÚ b ÀÇ keyTyped ¸Þ¼Òµå¸¦ È£ÃâÇÏ´Â °Í¿¡ ÀÇÇØ, keyTyped À̺¥Æ®¸¦ ó¸®ÇÕ´Ï´Ù. |
void |
mouseClicked (MouseEvent e)
ûÃëÀÚ a ¿Í ûÃëÀÚ b ÀÇ mouseClicked ¸Þ¼Òµå¸¦ È£ÃâÇÏ´Â °Í¿¡ ÀÇÇØ, mouseClicked À̺¥Æ®¸¦ ó¸®ÇÕ´Ï´Ù. |
void |
mouseDragged (MouseEvent e)
ûÃëÀÚ a ¿Í ûÃëÀÚ b ÀÇ mouseDragged ¸Þ¼Òµå¸¦ È£ÃâÇÏ´Â °Í¿¡ ÀÇÇØ, mouseDragged À̺¥Æ®¸¦ ó¸®ÇÕ´Ï´Ù. |
void |
mouseEntered (MouseEvent e)
ûÃëÀÚ a ¿Í ûÃëÀÚ b ÀÇ mouseEntered ¸Þ¼Òµå¸¦ È£ÃâÇÏ´Â °Í¿¡ ÀÇÇØ, mouseEntered À̺¥Æ®¸¦ ó¸®ÇÕ´Ï´Ù. |
void |
mouseExited (MouseEvent e)
ûÃëÀÚ a ¿Í ûÃëÀÚ b ÀÇ mouseExited ¸Þ¼Òµå¸¦ È£ÃâÇÏ´Â °Í¿¡ ÀÇÇØ, mouseExited À̺¥Æ®¸¦ ó¸®ÇÕ´Ï´Ù. |
void |
mouseMoved (MouseEvent e)
ûÃëÀÚ a ¿Í ûÃëÀÚ b ÀÇ mouseMoved ¸Þ¼Òµå¸¦ È£ÃâÇÏ´Â °Í¿¡ ÀÇÇØ, mouseMoved À̺¥Æ®¸¦ ó¸®ÇÕ´Ï´Ù. |
void |
mousePressed (MouseEvent e)
ûÃëÀÚ a ¿Í ûÃëÀÚ b ÀÇ mousePressed ¸Þ¼Òµå¸¦ È£ÃâÇÏ´Â °Í¿¡ ÀÇÇØ, mousePressed À̺¥Æ®¸¦ ó¸®ÇÕ´Ï´Ù. |
void |
mouseReleased (MouseEvent e)
ûÃëÀÚ a ¿Í ûÃëÀÚ b ÀÇ mouseReleased ¸Þ¼Òµå¸¦ È£ÃâÇÏ´Â °Í¿¡ ÀÇÇØ, mouseReleased À̺¥Æ®¸¦ ó¸®ÇÕ´Ï´Ù. |
void |
mouseWheelMoved (MouseWheelEvent e)
ûÃëÀÚ a ¿Í ûÃëÀÚ b ÀÇ mouseWheelMoved ¸Þ¼Òµå¸¦ È£ÃâÇÏ´Â °Í¿¡ ÀÇÇØ, mouseWheelMoved À̺¥Æ®¸¦ ó¸®ÇÕ´Ï´Ù. |
static ActionListener |
remove (ActionListener l,
ActionListener oldl)
¾×¼Ç ûÃëÀÚ l ·ÎºÎÅÍ ³°Àº ¾×¼Ç ûÃëÀÚ¸¦ »èÁ¦ÇØ, ±× °á°úÀûÀ¸·Î »ý±â´Â ¸ÖƼ ij½ºÆ® ûÃëÀÚ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
static AdjustmentListener |
remove (AdjustmentListener l,
AdjustmentListener oldl)
Á¶Á¤ ûÃëÀÚ l ·ÎºÎÅÍ ³°Àº Á¶Á¤ ûÃëÀÚ¸¦ »èÁ¦ÇØ, ±× °á°úÀûÀ¸·Î »ý±â´Â ¸ÖƼ ij½ºÆ® ûÃëÀÚ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
static ComponentListener |
remove (ComponentListener l,
ComponentListener oldl)
ÄÄÆÛ³ÍÆ® ûÃëÀÚ l ·ÎºÎÅÍ ³°Àº ÄÄÆÛ³ÍÆ® ûÃëÀÚ¸¦ »èÁ¦ÇØ, ±× °á°úÀûÀ¸·Î »ý±â´Â ¸ÖƼ ij½ºÆ® ûÃëÀÚ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
static ContainerListener |
remove (ContainerListener l,
ContainerListener oldl)
ÄÁÅ×ÀÌ³Ê Ã»ÃëÀÚ l ·ÎºÎÅÍ ³°Àº ÄÁÅ×ÀÌ³Ê Ã»ÃëÀÚ¸¦ »èÁ¦ÇØ, ±× °á°úÀûÀ¸·Î »ý±â´Â ¸ÖƼ ij½ºÆ® ûÃëÀÚ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
protected EventListener |
remove (EventListener oldl)
ÀÌ ¸ÖƼ ij½ºÅͷκÎÅÍ 1 »ìÀÇ Ã»ÃëÀÚ¸¦ »èÁ¦ÇØ, ±× °á°úÀûÀ¸·Î »ý±â´Â ¸ÖƼ ij½ºÆ® ûÃëÀÚ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
static FocusListener |
remove (FocusListener l,
FocusListener oldl)
Æ÷Ä¿½º ûÃëÀÚ l ·ÎºÎÅÍ ³°Àº Æ÷Ä¿½º ûÃëÀÚ¸¦ »èÁ¦ÇØ, ±× °á°úÀûÀ¸·Î »ý±â´Â ¸ÖƼ ij½ºÆ® ûÃëÀÚ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
static HierarchyBoundsListener |
remove (HierarchyBoundsListener l,
HierarchyBoundsListener oldl)
°èÃþ °æ°è ûÃëÀÚ l ·ÎºÎÅÍ ³°Àº °èÃþ °æ°è ûÃëÀÚ¸¦ »èÁ¦ÇØ, ±× °á°úÀûÀ¸·Î »ý±â´Â ¸ÖƼ ij½ºÆ® ûÃëÀÚ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
static HierarchyListener |
remove (HierarchyListener l,
HierarchyListener oldl)
°èÃþ ûÃëÀÚ l ·ÎºÎÅÍ ³°Àº °èÃþ ûÃëÀÚ¸¦ »èÁ¦ÇØ, ±× °á°úÀûÀ¸·Î »ý±â´Â ¸ÖƼ ij½ºÆ® ûÃëÀÚ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
static InputMethodListener |
remove (InputMethodListener l,
InputMethodListener oldl)
ÀÎDz ¸Þ¼Òµå ûÃëÀÚ l ·ÎºÎÅÍ ³°Àº ÀÎDz ¸Þ¼Òµå ûÃëÀÚ¸¦ »èÁ¦ÇØ, ±× °á°úÀûÀ¸·Î »ý±â´Â ¸ÖƼ ij½ºÆ® ûÃëÀÚ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
static ItemListener |
remove (ItemListener l,
ItemListener oldl)
Ç׸ñ ûÃëÀÚ l ·ÎºÎÅÍ ³°Àº Ç׸ñ ûÃëÀÚ¸¦ »èÁ¦ÇØ, ±× °á°úÀûÀ¸·Î »ý±â´Â ¸ÖƼ ij½ºÆ® ûÃëÀÚ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
static KeyListener |
remove (KeyListener l,
KeyListener oldl)
Ű ûÃëÀÚ l ·ÎºÎÅÍ ³°Àº Ű ûÃëÀÚ¸¦ »èÁ¦ÇØ, ±× °á°úÀûÀ¸·Î »ý±â´Â ¸ÖƼ ij½ºÆ® ûÃëÀÚ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
static MouseListener |
remove (MouseListener l,
MouseListener oldl)
¸¶¿ì½º ûÃëÀÚ l ·ÎºÎÅÍ ³°Àº ¸¶¿ì½º ûÃëÀÚ¸¦ »èÁ¦ÇØ, ±× °á°úÀûÀ¸·Î »ý±â´Â ¸ÖƼ ij½ºÆ® ûÃëÀÚ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
static MouseMotionListener |
remove (MouseMotionListener l,
MouseMotionListener oldl)
¸¶¿ì½º ¸ð¼Ç ûÃëÀÚ l ·ÎºÎÅÍ ³°Àº ¸¶¿ì½º ¸ð¼Ç ûÃëÀÚ¸¦ »èÁ¦ÇØ, ±× °á°úÀûÀ¸·Î »ý±â´Â ¸ÖƼ ij½ºÆ® ûÃëÀÚ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
static MouseWheelListener |
remove (MouseWheelListener l,
MouseWheelListener oldl)
¸¶¿ì½º È٠ûÃëÀÚ l ·ÎºÎÅÍ ³°Àº ¸¶¿ì½º È٠ûÃëÀÚ¸¦ »èÁ¦ÇØ, ±× °á°úÀûÀ¸·Î »ý±â´Â ¸ÖƼ ij½ºÆ® ûÃëÀÚ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
static TextListener |
remove (TextListener l,
TextListener oldl)
|
static WindowFocusListener |
remove (WindowFocusListener l,
WindowFocusListener oldl)
À©µµ¿ì Æ÷Ä¿½º ûÃëÀÚ l ·ÎºÎÅÍ ³°Àº À©µµ¿ì Æ÷Ä¿½º ûÃëÀÚ¸¦ »èÁ¦ÇØ, ±× °á°úÀûÀ¸·Î »ý±â´Â ¸ÖƼ ij½ºÆ® ûÃëÀÚ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
static WindowListener |
remove (WindowListener l,
WindowListener oldl)
À©µµ¿ì ûÃëÀÚ l ·ÎºÎÅÍ ³°Àº À©µµ¿ì ûÃëÀÚ¸¦ »èÁ¦ÇØ, ±× °á°úÀûÀ¸·Î »ý±â´Â ¸ÖƼ ij½ºÆ® ûÃëÀÚ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
static WindowStateListener |
remove (WindowStateListener l,
WindowStateListener oldl)
À©µµ¿ì »óÅ ûÃëÀÚ l ·ÎºÎÅÍ ³°Àº À©µµ¿ì »óÅ ûÃëÀÚ¸¦ »èÁ¦ÇØ, ±× °á°úÀûÀ¸·Î »ý±â´Â ¸ÖƼ ij½ºÆ® ûÃëÀÚ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
protected static EventListener |
removeInternal (EventListener l,
EventListener oldl)
ûÃëÀÚ l ·ÎºÎÅÍ ³°Àº ûÃëÀÚ¸¦ »èÁ¦ÇØ, ±× °á°úÀûÀ¸·Î »ý±â´Â ¸ÖƼ ij½ºÆ® ûÃëÀÚ¸¦ µ¹·ÁÁÝ´Ï´Ù. |
protected static void |
save (ObjectOutputStream s,
String k,
EventListener l)
|
protected void |
saveInternal (ObjectOutputStream s,
String k)
|
void |
textValueChanged (TextEvent e)
ÅØ½ºÆ®ÀÇ °ªÀÌ º¯°æµÇ¸é(ÀÚ) ºÒ·Á °©´Ï´Ù. |
void |
windowActivated (WindowEvent e)
ûÃëÀÚ a ¿Í ûÃëÀÚ b ÀÇ windowActivated ¸Þ¼Òµå¸¦ È£ÃâÇÏ´Â °Í¿¡ ÀÇÇØ, windowActivated À̺¥Æ®¸¦ ó¸®ÇÕ´Ï´Ù. |
void |
windowClosed (WindowEvent e)
ûÃëÀÚ a ¿Í ûÃëÀÚ b ÀÇ windowClosed ¸Þ¼Òµå¸¦ È£ÃâÇÏ´Â °Í¿¡ ÀÇÇØ, windowClosed À̺¥Æ®¸¦ ó¸®ÇÕ´Ï´Ù. |
void |
windowClosing (WindowEvent e)
ûÃëÀÚ a ¿Í ûÃëÀÚ b ÀÇ windowClosing ¸Þ¼Òµå¸¦ È£ÃâÇÏ´Â °Í¿¡ ÀÇÇØ, windowClosing À̺¥Æ®¸¦ ó¸®ÇÕ´Ï´Ù. |
void |
windowDeactivated (WindowEvent e)
ûÃëÀÚ a ¿Í ûÃëÀÚ b ÀÇ windowDeactivated ¸Þ¼Òµå¸¦ È£ÃâÇÏ´Â °Í¿¡ ÀÇÇØ, windowDeactivated À̺¥Æ®¸¦ ó¸®ÇÕ´Ï´Ù. |
void |
windowDeiconified (WindowEvent e)
ûÃëÀÚ a ¿Í ûÃëÀÚ b ÀÇ windowDeiconfied ¸Þ¼Òµå¸¦ È£ÃâÇÏ´Â °Í¿¡ ÀÇÇØ, windowDeiconified À̺¥Æ®¸¦ ó¸®ÇÕ´Ï´Ù. |
void |
windowGainedFocus (WindowEvent e)
ûÃëÀÚ a ¿Í ûÃëÀÚ b ÀÇ windowGainedFocus ¸Þ¼Òµå¸¦ È£ÃâÇÏ´Â °Í¿¡ ÀÇÇØ, windowGainedFocus À̺¥Æ®¸¦ ó¸®ÇÕ´Ï´Ù. |
void |
windowIconified (WindowEvent e)
ûÃëÀÚ a ¿Í ûÃëÀÚ b ÀÇ windowIconified ¸Þ¼Òµå¸¦ È£ÃâÇÏ´Â °Í¿¡ ÀÇÇØ, windowIconified À̺¥Æ®¸¦ ó¸®ÇÕ´Ï´Ù. |
void |
windowLostFocus (WindowEvent e)
ûÃëÀÚ a ¿Í ûÃëÀÚ b ÀÇ windowLostFocus ¸Þ¼Òµå¸¦ È£ÃâÇÏ´Â °Í¿¡ ÀÇÇØ, windowLostFocus À̺¥Æ®¸¦ ó¸®ÇÕ´Ï´Ù. |
void |
windowOpened (WindowEvent e)
ûÃëÀÚ a ¿Í ûÃëÀÚ b ÀÇ windowOpened ¸Þ¼Òµå¸¦ È£ÃâÇÏ´Â °Í¿¡ ÀÇÇØ, windowOpened À̺¥Æ®¸¦ ó¸®ÇÕ´Ï´Ù. |
void |
windowStateChanged (WindowEvent e)
ûÃëÀÚ a ¿Í ûÃëÀÚ b ÀÇ windowStateChanged ¸Þ¼Òµå¸¦ È£ÃâÇÏ´Â °Í¿¡ ÀÇÇØ, windowStateChanged À̺¥Æ®¸¦ ó¸®ÇÕ´Ï´Ù. |
Ŭ·¡½º java.lang. Object ¿¡¼ »ó¼Ó¹ÞÀº ¸Þ¼Òµå |
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait |
ÇʵåÀÇ »ó¼¼ |
protected final EventListener a
protected final EventListener b
»ý¼ºÀÚÀÇ »ó¼¼ |
protected AWTEventMulticaster(EventListener a, EventListener b)
a
¿Í b
¿¡´Â null
¸¦ ÁöÁ¤ÇÒ ¼ö ¾ø½À´Ï´Ù¸¸, ±× °æ¿ì¿¡ NullPointerException
°¡ ½½·Î¿ì µÉÁö ¾î¶³Áö´Â ±¸Çö¿¡ µû¶ó¼ ´Ù¸¨´Ï´Ù.
a
- ûÃëÀÚ ab
- ûÃëÀÚ b¸Þ¼ÒµåÀÇ »ó¼¼ |
protected EventListener remove(EventListener oldl)
oldl
- »èÁ¦µÇ´Â ûÃëÀÚpublic void componentResized(ComponentEvent e)
ComponentListener
³»ÀÇ componentResized
e
- ÄÄÆÛ³ÍÆ® À̺¥Æ®public void componentMoved(ComponentEvent e)
ComponentListener
³»ÀÇ componentMoved
e
- ÄÄÆÛ³ÍÆ® À̺¥Æ®public void componentShown(ComponentEvent e)
ComponentListener
³»ÀÇ componentShown
e
- ÄÄÆÛ³ÍÆ® À̺¥Æ®public void componentHidden(ComponentEvent e)
ComponentListener
³»ÀÇ componentHidden
e
- ÄÄÆÛ³ÍÆ® À̺¥Æ®public void componentAdded(ContainerEvent e)
ContainerListener
³»ÀÇ componentAdded
e
- ÄÄÆÛ³ÍÆ® À̺¥Æ®public void componentRemoved(ContainerEvent e)
ContainerListener
³»ÀÇ componentRemoved
e
- ÄÄÆÛ³ÍÆ® À̺¥Æ®public void focusGained(FocusEvent e)
FocusListener
³»ÀÇ focusGained
e
- Æ÷Ä¿½º À̺¥Æ®public void focusLost(FocusEvent e)
FocusListener
³»ÀÇ focusLost
e
- Æ÷Ä¿½º À̺¥Æ®public void keyTyped(KeyEvent e)
KeyListener
³»ÀÇ keyTyped
e
- Ű À̺¥Æ®public void keyPressed(KeyEvent e)
KeyListener
³»ÀÇ keyPressed
e
- Ű À̺¥Æ®public void keyReleased(KeyEvent e)
KeyListener
³»ÀÇ keyReleased
e
- Ű À̺¥Æ®public void mouseClicked(MouseEvent e)
MouseListener
³»ÀÇ mouseClicked
e
- ¸¶¿ì½º À̺¥Æ®public void mousePressed(MouseEvent e)
MouseListener
³»ÀÇ mousePressed
e
- ¸¶¿ì½º À̺¥Æ®public void mouseReleased(MouseEvent e)
MouseListener
³»ÀÇ mouseReleased
e
- ¸¶¿ì½º À̺¥Æ®public void mouseEntered(MouseEvent e)
MouseListener
³»ÀÇ mouseEntered
e
- ¸¶¿ì½º À̺¥Æ®public void mouseExited(MouseEvent e)
MouseListener
³»ÀÇ mouseExited
e
- ¸¶¿ì½º À̺¥Æ®public void mouseDragged(MouseEvent e)
MouseMotionListener
³»ÀÇ mouseDragged
e
- ¸¶¿ì½º À̺¥Æ®public void mouseMoved(MouseEvent e)
MouseMotionListener
³»ÀÇ mouseMoved
e
- ¸¶¿ì½º À̺¥Æ®public void windowOpened(WindowEvent e)
WindowListener
³»ÀÇ windowOpened
e
- À©µµ¿ì À̺¥Æ®public void windowClosing(WindowEvent e)
WindowListener
³»ÀÇ windowClosing
e
- À©µµ¿ì À̺¥Æ®public void windowClosed(WindowEvent e)
WindowListener
³»ÀÇ windowClosed
e
- À©µµ¿ì À̺¥Æ®public void windowIconified(WindowEvent e)
WindowListener
³»ÀÇ windowIconified
e
- À©µµ¿ì À̺¥Æ®Frame.setIconImage(java.awt.Image)
public void windowDeiconified(WindowEvent e)
WindowListener
³»ÀÇ windowDeiconified
e
- À©µµ¿ì À̺¥Æ®public void windowActivated(WindowEvent e)
WindowListener
³»ÀÇ windowActivated
e
- À©µµ¿ì À̺¥Æ®public void windowDeactivated(WindowEvent e)
WindowListener
³»ÀÇ windowDeactivated
e
- À©µµ¿ì À̺¥Æ®public void windowStateChanged(WindowEvent e)
WindowStateListener
³»ÀÇ windowStateChanged
e
- À©µµ¿ì À̺¥Æ®public void windowGainedFocus(WindowEvent e)
WindowFocusListener
³»ÀÇ windowGainedFocus
e
- À©µµ¿ì À̺¥Æ®public void windowLostFocus(WindowEvent e)
WindowFocusListener
³»ÀÇ windowLostFocus
e
- À©µµ¿ì À̺¥Æ®public void actionPerformed(ActionEvent e)
ActionListener
³»ÀÇ actionPerformed
e
- ¾×¼Ç À̺¥Æ®public void itemStateChanged(ItemEvent e)
ItemListener
³»ÀÇ itemStateChanged
e
- Ç׸ñ À̺¥Æ®public void adjustmentValueChanged(AdjustmentEvent e)
AdjustmentListener
³»ÀÇ adjustmentValueChanged
e
- Á¶Á¤ À̺¥Æ®public void textValueChanged(TextEvent e)
TextListener
ÀÇ ±â¼ú:
TextListener
³»ÀÇ textValueChanged
public void inputMethodTextChanged(InputMethodEvent e)
InputMethodListener
³»ÀÇ inputMethodTextChanged
e
- Ç׸ñ À̺¥Æ®public void caretPositionChanged(InputMethodEvent e)
InputMethodListener
³»ÀÇ caretPositionChanged
e
- Ç׸ñ À̺¥Æ®public void hierarchyChanged(HierarchyEvent e)
HierarchyListener
³»ÀÇ hierarchyChanged
e
- Ç׸ñ À̺¥Æ®HierarchyEvent.getChangeFlags()
public void ancestorMoved(HierarchyEvent e)
HierarchyBoundsListener
³»ÀÇ ancestorMoved
e
- Ç׸ñ À̺¥Æ®public void ancestorResized(HierarchyEvent e)
HierarchyBoundsListener
³»ÀÇ ancestorResized
e
- Ç׸ñ À̺¥Æ®public void mouseWheelMoved(MouseWheelEvent e)
MouseWheelListener
³»ÀÇ mouseWheelMoved
e
- ¸¶¿ì½º À̺¥Æ®MouseWheelEvent
public static ComponentListener add(ComponentListener a, ComponentListener b)
a
- ÄÄÆÛ³ÍÆ® ûÃëÀÚ ab
- ÄÄÆÛ³ÍÆ® ûÃëÀÚ bpublic static ContainerListener add(ContainerListener a, ContainerListener b)
a
- ÄÁÅ×ÀÌ³Ê Ã»ÃëÀÚ ab
- ÄÁÅ×ÀÌ³Ê Ã»ÃëÀÚ bpublic static FocusListener add(FocusListener a, FocusListener b)
a
- Æ÷Ä¿½º ûÃëÀÚ ab
- Æ÷Ä¿½º ûÃëÀÚ bpublic static KeyListener add(KeyListener a, KeyListener b)
a
- Ű ûÃëÀÚ ab
- Ű ûÃëÀÚ bpublic static MouseListener add(MouseListener a, MouseListener b)
a
- ¸¶¿ì½º ûÃëÀÚ ab
- ¸¶¿ì½º ûÃëÀÚ bpublic static MouseMotionListener add(MouseMotionListener a, MouseMotionListener b)
a
- ¸¶¿ì½º ¸ð¼Ç ûÃëÀÚ ab
- ¸¶¿ì½º ¸ð¼Ç ûÃëÀÚ bpublic static WindowListener add(WindowListener a, WindowListener b)
a
- À©µµ¿ì ûÃëÀÚ ab
- À©µµ¿ì ûÃëÀÚ bpublic static WindowStateListener add(WindowStateListener a, WindowStateListener b)
a
- À©µµ¿ì »óÅ ûÃëÀÚ ab
- À©µµ¿ì »óÅ ûÃëÀÚ bpublic static WindowFocusListener add(WindowFocusListener a, WindowFocusListener b)
a
- À©µµ¿ì Æ÷Ä¿½º ûÃëÀÚ ab
- À©µµ¿ì Æ÷Ä¿½º ûÃëÀÚ bpublic static ActionListener add(ActionListener a, ActionListener b)
a
- ¾×¼Ç ûÃëÀÚ ab
- ¾×¼Ç ûÃëÀÚ bpublic static ItemListener add(ItemListener a, ItemListener b)
a
- Ç׸ñ ûÃëÀÚ ab
- Ç׸ñ ûÃëÀÚ bpublic static AdjustmentListener add(AdjustmentListener a, AdjustmentListener b)
a
- Á¶Á¤ ûÃëÀÚ ab
- Á¶Á¤ ûÃëÀÚ bpublic static TextListener add(TextListener a, TextListener b)
public static InputMethodListener add(InputMethodListener a, InputMethodListener b)
a
- ÀÎDz ¸Þ¼Òµå ûÃëÀÚ ab
- ÀÎDz ¸Þ¼Òµå ûÃëÀÚ bpublic static HierarchyListener add(HierarchyListener a, HierarchyListener b)
a
- °èÃþ ûÃëÀÚ ab
- °èÃþ ûÃëÀÚ bpublic static HierarchyBoundsListener add(HierarchyBoundsListener a, HierarchyBoundsListener b)
a
- °èÃþ °æ°è ûÃëÀÚ ab
- °èÃþ °æ°è ûÃëÀÚ bpublic static MouseWheelListener add(MouseWheelListener a, MouseWheelListener b)
a
- ¸¶¿ì½º È٠ûÃëÀÚ ab
- ¸¶¿ì½º È٠ûÃëÀÚ bpublic static ComponentListener remove(ComponentListener l, ComponentListener oldl)
l
- ÄÄÆÛ³ÍÆ® ûÃëÀÚ loldl
- »èÁ¦µÇ´Â ÄÄÆÛ³ÍÆ® ûÃëÀÚpublic static ContainerListener remove(ContainerListener l, ContainerListener oldl)
l
- ÄÁÅ×ÀÌ³Ê Ã»ÃëÀÚ loldl
- »èÁ¦µÇ´Â ÄÁÅ×ÀÌ³Ê Ã»ÃëÀÚpublic static FocusListener remove(FocusListener l, FocusListener oldl)
l
- Æ÷Ä¿½º ûÃëÀÚ loldl
- »èÁ¦µÇ´Â Æ÷Ä¿½º ûÃëÀÚpublic static KeyListener remove(KeyListener l, KeyListener oldl)
l
- Ű ûÃëÀÚ loldl
- »èÁ¦µÇ´Â Ű ûÃëÀÚpublic static MouseListener remove(MouseListener l, MouseListener oldl)
l
- ¸¶¿ì½º ûÃëÀÚ loldl
- »èÁ¦µÇ´Â ¸¶¿ì½º ûÃëÀÚpublic static MouseMotionListener remove(MouseMotionListener l, MouseMotionListener oldl)
l
- ¸¶¿ì½º ¸ð¼Ç ûÃëÀÚ loldl
- »èÁ¦µÇ´Â ¸¶¿ì½º ¸ð¼Ç ûÃëÀÚpublic static WindowListener remove(WindowListener l, WindowListener oldl)
l
- À©µµ¿ì ûÃëÀÚ loldl
- »èÁ¦µÇ´Â À©µµ¿ì ûÃëÀÚpublic static WindowStateListener remove(WindowStateListener l, WindowStateListener oldl)
l
- À©µµ¿ì »óÅ ûÃëÀÚ loldl
- »èÁ¦µÇ´Â À©µµ¿ì »óÅ ûÃëÀÚpublic static WindowFocusListener remove(WindowFocusListener l, WindowFocusListener oldl)
l
- À©µµ¿ì Æ÷Ä¿½º ûÃëÀÚ loldl
- »èÁ¦µÇ´Â À©µµ¿ì Æ÷Ä¿½º ûÃëÀÚpublic static ActionListener remove(ActionListener l, ActionListener oldl)
l
- ¾×¼Ç ûÃëÀÚ loldl
- »èÁ¦µÇ´Â ¾×¼Ç ûÃëÀÚpublic static ItemListener remove(ItemListener l, ItemListener oldl)
l
- Ç׸ñ ûÃëÀÚ loldl
- »èÁ¦µÇ´Â Ç׸ñ ûÃëÀÚpublic static AdjustmentListener remove(AdjustmentListener l, AdjustmentListener oldl)
l
- Á¶Á¤ ûÃëÀÚ loldl
- »èÁ¦µÇ´Â Á¶Á¤ ûÃëÀÚpublic static TextListener remove(TextListener l, TextListener oldl)
public static InputMethodListener remove(InputMethodListener l, InputMethodListener oldl)
l
- ÀÎDz ¸Þ¼Òµå ûÃëÀÚ loldl
- »èÁ¦µÇ´Â ÀÎDz ¸Þ¼Òµå ûÃëÀÚpublic static HierarchyListener remove(HierarchyListener l, HierarchyListener oldl)
l
- °èÃþ ûÃëÀÚ loldl
- »èÁ¦µÇ´Â °èÃþ ûÃëÀÚpublic static HierarchyBoundsListener remove(HierarchyBoundsListener l, HierarchyBoundsListener oldl)
l
- °èÃþ °æ°è ûÃëÀÚ loldl
- »èÁ¦µÇ´Â °èÃþ °æ°è ûÃëÀÚpublic static MouseWheelListener remove(MouseWheelListener l, MouseWheelListener oldl)
l
- ¸¶¿ì½º È٠ûÃëÀÚ Ioldl
- »èÁ¦µÇ´Â ¸¶¿ì½º È٠ûÃëÀÚprotected static EventListener addInternal(EventListener a, EventListener b)
a
- À̺¥Æ® ûÃëÀÚ ab
- À̺¥Æ® ûÃëÀÚ bprotected static EventListener removeInternal(EventListener l, EventListener oldl)
l
- »èÁ¦¿øÀÇ Ã»ÃëÀÚoldl
- »èÁ¦µÇ´Â ûÃëÀÚprotected void saveInternal(ObjectOutputStream s, String k) throws IOException
IOException
protected static void save(ObjectOutputStream s, String k, EventListener l) throws IOException
IOException
public static EventListener [] getListeners(EventListener l, Class listenerType)
java.util.EventListener
·Î ¿¬¼âµÇ¾îFooListener
°¡ µÈ ¸ðµç ¿ÀºêÁ§Æ®ÀÇ ¹è¿À» µ¹·ÁÁÝ´Ï´Ù. FooListener
ÀÇ ¿¬¼â´Â AWTEventMulticaster
¿¡ ÀÇÇØ addFooListener
¸Þ¼Òµå¸¦ »ç¿ëÇØ ÇàÇØÁý´Ï´Ù. null
ûÃëÀÚ°¡ ÁöÁ¤µÇ°í ÀÖ´Â °æ¿ì´Â ÇÏ´ÃÀÇ ¹è¿À» µ¹·ÁÁÝ´Ï´Ù. ÁöÁ¤µÈ ûÃëÀÚ°¡ AWTEventMulticaster
ÀÇ ÀνºÅϽº°¡ ¾Æ´Ñ °æ¿ì´Â ÁöÁ¤µÈ ûÃëÀÚ¸¸À» Æ÷ÇÔÇÑ ¹è¿À» µ¹·ÁÁÝ´Ï´Ù. ÁöÁ¤µÈ ÀÌ·¯ÇÑ Ã»ÃëÀÚ°¡ ¿¬¼âµÇÁö ¾Ê´Â °æ¿ì´Â ÇÏ´ÃÀÇ ¹è¿À» µ¹·ÁÁÝ´Ï´Ù.
l
- ÁöÁ¤µÈ java.util.EventListener
listenerType
- ¿ä±¸µÇ´Â ûÃëÀÚÀÇ Å¸ÀÔ. java.util.EventListener
ÀÇ ÇÏÀ§ ÀÎÅÍÆäÀ̽º¸¦ ÁöÁ¤
FooListener
¿¡ º¯ÈÇÑ ¸ðµç ¿ÀºêÁ§Æ®ÀÇ ¹è¿. ûÃëÀÚÀÇ ¿¬¼â¸¦ ÇÏÁö ¾Ê´Â °æ¿ì´Â ÇÏ´ÃÀÇ ¹è¿
ClassCastException
- listenerType
°¡ java.util.EventListener
¸¦ ±¸ÇöÇϴ Ŭ·¡½º ¶Ç´Â ÀÎÅÍÆäÀ̽º¸¦ ÁöÁ¤ÇÏÁö ¾Ê´Â °æ¿ì
|
JavaTM 2 Platform Std. Ed. v1. 4.0 |
||||||||||
ÀüÀÇ Å¬·¡½º ´ÙÀ½ÀÇ Å¬·¡½º | ÇÁ·¹ÀÓ ÀÖ¾î ÇÁ·¹ÀÓ ¾øÀ½ | ||||||||||
°³¿ä: »óÀÚ | Çʵå | constructor | ¸Þ¼Òµå | »ó¼¼: Çʵå | constructor | ¸Þ¼Òµå |
Java, Java 2 D, ¹× JDBC ´Â ¹Ì±¹ ¹× ±× ¿ÜÀÇ ³ª¶ó¿¡ ÀÖ¾î¼ÀÇ ¹Ì±¹ Sun Microsystems, Inc. ÀÇ »óÇ¥ ȤÀº µî·Ï»óÇ¥ÀÔ´Ï´Ù.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.