java.util
Ŭ·¡½º EventListenerProxy
java.lang.Object
java.util.EventListenerProxy
- ¸ðµç ±¸ÇöµÈ ÀÎÅÍÆäÀ̽º:
- EventListener
- ¾Ë·ÁÁø Á÷°è ¼ºê Ŭ·¡½º:
- AWTEventListenerProxy,
PropertyChangeListenerProxy,
VetoableChangeListenerProxy
public abstract class EventListenerProxy
- extends Object
- implements EventListener
Ãß°¡ ÆÄ¶ó¹ÌÅͼ¼Æ®¸¦ ¸®½º³Ê¿¡°Ô °ü·ÃÁþ´Â EventListener Ŭ·¡½ºÀÇ abstract ·¡ÆÛ Ŭ·¡½º. ¼ºê Ŭ·¡½º´Â ºÎ°¡Àû Àμö ¶Ç´Â ÆÄ¶ó¹ÌÅÍ¿¡ storage ¸Þ¼µå¿Í accessor ¸Þ¼µå¸¦ Á¦°øÇÒ Çʿ䰡 ÀÖ½À´Ï´Ù. ÁöÁ¤µÈ ÇÁ·ÎÆÛƼ¸¦ ±× ¸®½º³Ê¿¡°Ô °ü·Ã½ÃŰ´Â ÇÑ ¼ö´ÜÀ¸·Î¼ getListeners() ¸Þ¼µå¸¦ »ç¿ëÇØ EventListerProxy
¼ºê Ŭ·¡½º¸¦ µ¹·ÁÁÙ ¼ö°¡ ÀÖ½À´Ï´Ù. ¿¹¸¦ µé¾î
ÁöÁ¤µÈ ÇÁ·ÎÆÛƼ¸¦ Áö¿øÇÏ´Â Bean ¿¡´Â ´ÙÀ½°ú °°ÀÌ ÇÁ·ÎÆÛƼÀÇ PropertyChangeListener¸¦ Ãß°¡ÇÏ´Â 2°³ÀÇ Àμö ¸Þ¼µåÀÇ ½Ã±×´ÏÃİ¡ ÀÖ½À´Ï´Ù. public void addPropertyChangeListener(String propertyName, PropertyChangeListener listener). Bean°¡ 0 Àμö³ª ±¸ÇöÇÏ´Â °æ¿ì, ´ÙÀ½°ú °°ÀÌ ¸®½º³Ê ¸Þ¼µå¸¦ ÃëµæÇÕ´Ï´Ù. public PropertyChangeListener[] getPropertyChangeListeners().
¹è¿¿¡´Â PropertyChangeListenerProxy °´Ã¼À̱⵵ ÇÑ ³»ºÎÀÇ PropertyChangeListeners¸¦ Æ÷ÇÔÇÒ ¼öµµ ÀÖ½À´Ï´Ù. È£Ãâ ¸Þ¼µå¿¡ ÀÇÇØ ÁöÁ¤µÈ ÇÁ·ÎÆÛƼ¸¦ ¾ò´ÂÀÎ °æ¿ì, ¿ä¼Ò°¡ ÇÁ·Ï½Ã Ŭ·¡½ºÀΰ¡ ¾î¶²°¡¸¦ È®ÀÎÇϱâ À§Çؼ ¿ä¼Ò¸¦ °Ë»çÇÒ Çʿ䰡 ÀÖ½À´Ï´Ù.
- µµÀÔµÈ ¹öÀü
:
- 1.4
Ŭ·¡½º java.lang. Object ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼µå |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
EventListenerProxy
public EventListenerProxy(EventListener listener)
- ÆÄ¶ó¹ÌÅÍ:
listener
- ¸®½º³Ê °´Ã¼
getListener
public EventListener getListener()
- ¹Ýȯ°ª:
- ÀÌ ÇÁ·Ï½Ã¿¡ °ü·ÃÇÑ ¸®½º³ÊÀÔ´Ï´Ù.
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy µµ
ÂüÁ¶ÇϽʽÿÀ.