JavaTM 2 Platform
Standard Ed. 5.0

java.beans
Ŭ·¡½º EventSetDescriptor

java.lang.Object 
  »óÀ§¸¦ È®Àå java.beans.FeatureDescriptor 
      »óÀ§¸¦ È®Àå java.beans.EventSetDescriptor

public class EventSetDescriptor
extends FeatureDescriptor

EventSetDescriptor´Â ÁöÁ¤µÈ JavaBean°¡ Æ®¸®°Å ÇÏ´Â À̺¥Æ®ÀÇ ±×·ìÀ» ±â¼úÇÕ´Ï´Ù.

ÁöÁ¤µÈ À̺¥Æ® ±×·ìÀº ¸ðµÎ ´ÜÀÏÀÇ À̺¥Æ® ¸®½º³Ê ÀÎÅÍÆäÀ̽º»óÀÇ ¸Þ¼­µå È£Ãâ·Î¼­ Àü´ÞµË´Ï´Ù. À̺¥Æ® ¸®½º³Ê °´Ã¼´Â À̺¥Æ® ¼Ò½º·ÎºÎÅÍ Á¦°øµÇ´Â µî·Ï ¸Þ¼­µåÀÇ È£Ãâ¿¡ ÀÇÇØ µî·ÏµË´Ï´Ù.


»ý¼ºÀÚ °³¿ä
EventSetDescriptor (Class <? > sourceClass, String  eventSetName, Class <? > listenerType, String  listenerMethodName)
          ÁöÁ¤µÈ À̺¥Æ® fred°¡ (1) FredListener ÀÎÅÍÆäÀ̽ºÀÇ ´ÜÀÏÀÇ ¸Þ¼­µå È£Ãâ·Î¼­ Àü´ÞµÇ´Â (2) FredEvent ÇüÀÇ ´ÜÀÏÀÇ Àμö¸¦ ÃëÇÏ´Â (3) FredListener¸¦ ¼Ò½º ÄÄÆÛ³ÍÆ®ÀÇ addFredListener ¸Þ¼­µåÀÇ È£Ãâ·Î µî·ÏÇØ removeFredListener ¸Þ¼­µåÀÇ È£Ãâ·Î »èÁ¦ÇÑ´Ù, ¶ó°í ÇÏ´Â °¡Àå ´Ü¼øÇÑ Ç¥ÁØ ¼³°è ÆÐÅÏ¿¡ µû¸£´Â °ÍÀ¸·Î¼­EventSetDescriptor¸¦ ÀÛ¼ºÇÕ´Ï´Ù.
EventSetDescriptor (Class <? > sourceClass, String  eventSetName, Class <? > listenerType, String [] listenerMethodNames, String  addListenerMethodName, String  removeListenerMethodName)
          Ä³¸¯ÅÍ ¶óÀθíÀ» »ç¿ëÇØ, Á¦·Î·ÎºÎÅÍ EventSetDescriptor¸¦ ÀÛ¼ºÇÕ´Ï´Ù.
EventSetDescriptor (Class <? > sourceClass, String  eventSetName, Class <? > listenerType, String [] listenerMethodNames, String  addListenerMethodName, String  removeListenerMethodName, String  getListenerMethodName)
          ÀÌ »ý¼ºÀڴ ij¸¯ÅÍ ¶óÀθíÀ» »ç¿ëÇØ, Á¦·Î·ÎºÎÅÍ EventSetDescriptorÀ» ÀÛ¼ºÇÕ´Ï´Ù.
EventSetDescriptor (String  eventSetName, Class <? > listenerType, Method [] listenerMethods, Method  addListenerMethod, Method  removeListenerMethod)
          java.lang.reflect.Method °´Ã¼¿Í java.lang.Class °´Ã¼¸¦ »ç¿ëÇØ, Á¦·Î·ÎºÎÅÍ EventSetDescriptor¸¦ ÀÛ¼ºÇÕ´Ï´Ù.
EventSetDescriptor (String  eventSetName, Class <? > listenerType, Method [] listenerMethods, Method  addListenerMethod, Method  removeListenerMethod, Method  getListenerMethod)
          ÀÌ »ý¼ºÀÚ´Â java.lang.reflect.Method °´Ã¼¿Í java.lang.Class °´Ã¼¸¦ »ç¿ëÇØ, Á¦·Î·ÎºÎÅÍ EventSetDescriptor¸¦ ÀÛ¼ºÇÕ´Ï´Ù.
EventSetDescriptor (String  eventSetName, Class <? > listenerType, MethodDescriptor [] listenerMethodDescriptors, Method  addListenerMethod, Method  removeListenerMethod)
          java.lang.reflect.MethodDescriptor °´Ã¼¿Í java.lang.Class °´Ã¼¸¦ »ç¿ëÇØ, Á¦·Î·ÎºÎÅÍ EventSetDescriptor¸¦ ÀÛ¼ºÇÕ´Ï´Ù.
 
¸Þ¼­µå °³¿ä
 Method getAddListenerMethod ()
          À̺¥Æ® ¸®½º³ÊÀÇ Ãß°¡½Ã¿¡ »ç¿ëÇÏ´Â ¸Þ¼­µå¸¦ ÃëµæÇÕ´Ï´Ù.
 Method getGetListenerMethod ()
          µî·ÏÀÌ ³¡³­ À̺¥Æ® ¸®½º³Ê¿¡°Ô·ÎÀÇ ¾×¼¼½º¿¡ »ç¿ëÇÏ´Â ¸Þ¼­µå¸¦ ÃëµæÇÕ´Ï´Ù.
 MethodDescriptor [] getListenerMethodDescriptors ()
          Å¸°Ù ¸®½º³Ê ÀÎÅÍÆäÀ̽ºÀÇ MethodDescriptor¸¦ ÃëµæÇÕ´Ï´Ù.
 Method [] getListenerMethods ()
          Å¸°Ù ¸®½º³Ê ÀÎÅÍÆäÀ̽ºÀÇ ¸Þ¼­µå¸¦ ÃëµæÇÕ´Ï´Ù.
 Class <? > getListenerType ()
          Å¸°Ù ÀÎÅÍÆäÀ̽ºÀÇ Class °´Ã¼¸¦ ÃëµæÇÕ´Ï´Ù.
 Method getRemoveListenerMethod ()
          À̺¥Æ® ¸®½º³ÊÀÇ »èÁ¦½Ã¿¡ »ç¿ëÇÏ´Â ¸Þ¼­µå¸¦ ÃëµæÇÕ´Ï´Ù.
 boolean isInDefaultEventSet ()
          À̺¥Æ® ¼¼Æ®°¡ µðÆúÆ®¼¼Æ®ÀÏÁö ¾î¶³Áö¸¦ º¸°íÇÕ´Ï´Ù.
 boolean isUnicast ()
          º¸Åë, À̺¥Æ® ¼Ò½º´Â ¸ÖƼ ij½ºÆ®ÀÔ´Ï´Ù.
 void setInDefaultEventSet (boolean inDefaultEventSet)
          À̺¥Æ® ¼¼Æ®¸¦ µðÆúÆ®¼¼Æ®·Î¼­ ¸¶Å© ÇÕ´Ï´Ù.
 void setUnicast (boolean unicast)
          À̺¥Æ® ¼¼Æ®¸¦ uni-cast, ¶Ç´Â ºñuni-cast·Î¼­ ¸¶Å© ÇÕ´Ï´Ù.
 
Ŭ·¡½º java.beans. FeatureDescriptor ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼­µå
attributeNames, getDisplayName, getName, getShortDescription, getValue, isExpert, isHidden, isPreferred, setDisplayName, setExpert, setHidden, setName, setPreferred, setShortDescription, setValue
 
Ŭ·¡½º java.lang. Object ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼­µå
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

»ý¼ºÀÚ »ó¼¼

EventSetDescriptor

public EventSetDescriptor(Class <? > sourceClass,
                          String  eventSetName,
                          Class <? > listenerType,
                          String  listenerMethodName)
                   throws IntrospectionException 
ÁöÁ¤µÈ À̺¥Æ® fred°¡ (1) FredListener ÀÎÅÍÆäÀ̽ºÀÇ ´ÜÀÏÀÇ ¸Þ¼­µå È£Ãâ·Î¼­ Àü´ÞµÇ´Â (2) FredEvent ÇüÀÇ ´ÜÀÏÀÇ Àμö¸¦ ÃëÇÏ´Â (3) FredListener¸¦ ¼Ò½º ÄÄÆÛ³ÍÆ®ÀÇ addFredListener ¸Þ¼­µåÀÇ È£Ãâ·Î µî·ÏÇØ removeFredListener ¸Þ¼­µåÀÇ È£Ãâ·Î »èÁ¦ÇÑ´Ù, ¶ó°í ÇÏ´Â °¡Àå ´Ü¼øÇÑ Ç¥ÁØ ¼³°è ÆÐÅÏ¿¡ µû¸£´Â °ÍÀ¸·Î¼­EventSetDescriptor¸¦ ÀÛ¼ºÇÕ´Ï´Ù.

ÆĶó¹ÌÅÍ:
sourceClass - À̺¥Æ®¸¦ Æ®¸®°Å Çϴ Ŭ·¡½º
eventSetName - À̺¥Æ®ÀÇ ÇÁ·Î±×·¥¸í (fred µî). º¸Åë, ¼±µÎÀÇ ¹®ÀÚ´Â ¾ËÆĺªÀÇ ¼Ò¹®ÀÚ°¡ µÇ´Â
listenerType - À̺¥Æ®ÀÇ Àü´Þó°¡ µÇ´Â Ÿ°Ù ÀÎÅÍÆäÀ̽º
listenerMethodName - À̺¥Æ®°¡ Ÿ°Ù ¸®½º³Ê ÀÎÅÍÆäÀ̽º¿¡ Àü´ÞµÇ¾úÀ» ¶§¿¡ È£ÃâµÇ´Â ¸Þ¼­µå
¿¹¿Ü:
IntrospectionException - ÀÎÆ®·Î½ºÆäÅ©¼ÇÁß¿¡ ¿¹¿Ü°¡ ¹ß»ýÇßÀ» °æ¿ì

EventSetDescriptor

public EventSetDescriptor(Class <? > sourceClass,
                          String  eventSetName,
                          Class <? > listenerType,
                          String [] listenerMethodNames,
                          String  addListenerMethodName,
                          String  removeListenerMethodName)
                   throws IntrospectionException 
ij¸¯ÅÍ ¶óÀθíÀ» »ç¿ëÇØ, Á¦·Î·ÎºÎÅÍ EventSetDescriptorÀ» ÀÛ¼ºÇÕ´Ï´Ù.

ÆĶó¹ÌÅÍ:
sourceClass - À̺¥Æ®¸¦ Æ®¸®°Å Çϴ Ŭ·¡½º
eventSetName - À̺¥Æ® ¼¼Æ®ÀÇ ÇÁ·Î±×·¥¸í. º¸Åë, ¼±µÎÀÇ ¹®ÀÚ´Â ¾ËÆĺªÀÇ ¼Ò¹®ÀÚ°¡ µÇ´Â
listenerType - À̺¥Æ®ÀÇ Àü´Þó°¡ µÇ´Â Ÿ°Ù ÀÎÅÍÆäÀ̽ºÀÇ Å¬·¡½º
listenerMethodNames - À̺¥Æ®°¡ Ÿ°Ù ¸®½º³Ê ÀÎÅÍÆäÀ̽º¿¡ Àü´ÞµÇ¾úÀ» ¶§¿¡ È£ÃâµÇ´Â ¸Þ¼­µåÀÇ À̸§
addListenerMethodName - À̺¥Æ® ¸®½º³Ê °´Ã¼ÀÇ µî·Ï¿¡ »ç¿ëµÇ´Â À̺¥Æ® ¼Ò½º»óÀÇ ¸Þ¼­µåÀÇ À̸§
removeListenerMethodName - À̺¥Æ® ¸®½º³Ê °´Ã¼ÀÇ µî·Ï ÇØÁ¦¿¡ »ç¿ëµÇ´Â À̺¥Æ® ¼Ò½º»óÀÇ ¸Þ¼­µåÀÇ À̸§
¿¹¿Ü:
IntrospectionException - ÀÎÆ®·Î½ºÆäÅ©¼ÇÁß¿¡ ¿¹¿Ü°¡ ¹ß»ýÇßÀ» °æ¿ì

EventSetDescriptor

public EventSetDescriptor(Class <? > sourceClass,
                          String  eventSetName,
                          Class <? > listenerType,
                          String [] listenerMethodNames,
                          String  addListenerMethodName,
                          String  removeListenerMethodName,
                          String  getListenerMethodName)
                   throws IntrospectionException 
ÀÌ »ý¼ºÀڴ ij¸¯ÅÍ ¶óÀθíÀ» »ç¿ëÇØ, Á¦·Î·ÎºÎÅÍ EventSetDescriptorÀ» ÀÛ¼ºÇÕ´Ï´Ù.

ÆĶó¹ÌÅÍ:
sourceClass - À̺¥Æ®¸¦ Æ®¸®°Å Çϴ Ŭ·¡½º
eventSetName - À̺¥Æ® ¼¼Æ®ÀÇ ÇÁ·Î±×·¥¸í. º¸Åë, ¼±µÎÀÇ ¹®ÀÚ´Â ¾ËÆĺªÀÇ ¼Ò¹®ÀÚ°¡ µÇ´Â
listenerType - À̺¥Æ®ÀÇ Àü´Þó°¡ µÇ´Â Ÿ°Ù ÀÎÅÍÆäÀ̽ºÀÇ Å¬·¡½º
listenerMethodNames - À̺¥Æ®°¡ Ÿ°Ù ¸®½º³Ê ÀÎÅÍÆäÀ̽º¿¡ Àü´ÞµÇ¾úÀ» ¶§¿¡ È£ÃâµÇ´Â ¸Þ¼­µåÀÇ À̸§
addListenerMethodName - À̺¥Æ® ¸®½º³Ê °´Ã¼ÀÇ µî·Ï¿¡ »ç¿ëµÇ´Â À̺¥Æ® ¼Ò½º»óÀÇ ¸Þ¼­µåÀÇ À̸§
removeListenerMethodName - À̺¥Æ® ¸®½º³Ê °´Ã¼ÀÇ µî·Ï ÇØÁ¦¿¡ »ç¿ëµÇ´Â À̺¥Æ® ¼Ò½º»óÀÇ ¸Þ¼­µåÀÇ À̸§
getListenerMethodName - À̺¥Æ® ¸®½º³Ê °´Ã¼ÀÇ ¹è¿­¿¡ÀÇ ¾×¼¼½º¿¡ »ç¿ëµÇ´Â À̺¥Æ® ¼Ò½º»óÀÇ ¸Þ¼­µå
¿¹¿Ü:
IntrospectionException - ÀÎÆ®·Î½ºÆäÅ©¼ÇÁß¿¡ ¿¹¿Ü°¡ ¹ß»ýÇßÀ» °æ¿ì
µµÀÔµÈ ¹öÀü :
1.4

EventSetDescriptor

public EventSetDescriptor(String  eventSetName,
                          Class <? > listenerType,
                          Method [] listenerMethods,
                          Method  addListenerMethod,
                          Method  removeListenerMethod)
                   throws IntrospectionException 
java.lang.reflect.Method °´Ã¼¿Í java.lang.Class °´Ã¼¸¦ »ç¿ëÇØ, Á¦·Î·ÎºÎÅÍ EventSetDescriptorÀ» ÀÛ¼ºÇÕ´Ï´Ù.

ÆĶó¹ÌÅÍ:
eventSetName - À̺¥Æ® ¼¼Æ®ÀÇ ÇÁ·Î±×·¥¸í
listenerType - ¸®½º³Ê ÀÎÅÍÆäÀ̽ºÀÇ Å¬·¡½º
listenerMethods - Ÿ°Ù ¸®½º³Ê³»ÀÇ °³°³ÀÇ À̺¥Æ® ó¸® ¸Þ¼­µå¿¡ ´ëÇØ ±â¼úÇÏ´Â Method °´Ã¼ÀÇ ¹è¿­
addListenerMethod - À̺¥Æ® ¸®½º³Ê °´Ã¼ÀÇ µî·Ï¿¡ »ç¿ëµÇ´Â À̺¥Æ® ¼Ò½º»óÀÇ ¸Þ¼­µå
removeListenerMethod - À̺¥Æ® ¸®½º³Ê °´Ã¼ÀÇ µî·Ï ÇØÁ¦¿¡ »ç¿ëµÇ´Â À̺¥Æ® ¼Ò½º»óÀÇ ¸Þ¼­µå
¿¹¿Ü:
IntrospectionException - ÀÎÆ®·Î½ºÆäÅ©¼ÇÁß¿¡ ¿¹¿Ü°¡ ¹ß»ýÇßÀ» °æ¿ì

EventSetDescriptor

public EventSetDescriptor(String  eventSetName,
                          Class <? > listenerType,
                          Method [] listenerMethods,
                          Method  addListenerMethod,
                          Method  removeListenerMethod,
                          Method  getListenerMethod)
                   throws IntrospectionException 
ÀÌ »ý¼ºÀÚ´Â java.lang.reflect.Method °´Ã¼¿Í java.lang.Class °´Ã¼¸¦ »ç¿ëÇØ, Á¦·Î·ÎºÎÅÍ EventSetDescriptor¸¦ ÀÛ¼ºÇÕ´Ï´Ù.

ÆĶó¹ÌÅÍ:
eventSetName - À̺¥Æ® ¼¼Æ®ÀÇ ÇÁ·Î±×·¥¸í
listenerType - ¸®½º³Ê ÀÎÅÍÆäÀ̽ºÀÇ Å¬·¡½º
listenerMethods - Ÿ°Ù ¸®½º³Ê³»ÀÇ °³°³ÀÇ À̺¥Æ® ó¸® ¸Þ¼­µå¿¡ ´ëÇØ ±â¼úÇÏ´Â Method °´Ã¼ÀÇ ¹è¿­
addListenerMethod - À̺¥Æ® ¸®½º³Ê °´Ã¼ÀÇ µî·Ï¿¡ »ç¿ëµÇ´Â À̺¥Æ® ¼Ò½º»óÀÇ ¸Þ¼­µå
removeListenerMethod - À̺¥Æ® ¸®½º³Ê °´Ã¼ÀÇ µî·Ï ÇØÁ¦¿¡ »ç¿ëµÇ´Â À̺¥Æ® ¼Ò½º»óÀÇ ¸Þ¼­µå
getListenerMethod - À̺¥Æ® ¸®½º³Ê °´Ã¼ÀÇ ¹è¿­¿¡ÀÇ ¾×¼¼½º¿¡ »ç¿ëµÇ´Â À̺¥Æ® ¼Ò½º»óÀÇ ¸Þ¼­µå
¿¹¿Ü:
IntrospectionException - ÀÎÆ®·Î½ºÆäÅ©¼ÇÁß¿¡ ¿¹¿Ü°¡ ¹ß»ýÇßÀ» °æ¿ì
µµÀÔµÈ ¹öÀü :
1.4

EventSetDescriptor

public EventSetDescriptor(String  eventSetName,
                          Class <? > listenerType,
                          MethodDescriptor [] listenerMethodDescriptors,
                          Method  addListenerMethod,
                          Method  removeListenerMethod)
                   throws IntrospectionException 
java.lang.reflect.MethodDescriptor °´Ã¼¿Í java.lang.Class °´Ã¼¸¦ »ç¿ëÇØ, Á¦·Î·ÎºÎÅÍ EventSetDescriptorÀ» ÀÛ¼ºÇÕ´Ï´Ù.

ÆĶó¹ÌÅÍ:
eventSetName - À̺¥Æ® ¼¼Æ®ÀÇ ÇÁ·Î±×·¥¸í
listenerType - ¸®½º³Ê ÀÎÅÍÆäÀ̽ºÀÇ Å¬·¡½º
listenerMethodDescriptors - Ÿ°Ù ¸®½º³Ê³»ÀÇ °³°³ÀÇ À̺¥Æ® ó¸® ¸Þ¼­µå¿¡ ´ëÇØ ±â¼úÇÏ´Â MethodDescriptor °´Ã¼ÀÇ ¹è¿­
addListenerMethod - À̺¥Æ® ¸®½º³Ê °´Ã¼ÀÇ µî·Ï¿¡ »ç¿ëµÇ´Â À̺¥Æ® ¼Ò½º»óÀÇ ¸Þ¼­µå
removeListenerMethod - À̺¥Æ® ¸®½º³Ê °´Ã¼ÀÇ µî·Ï ÇØÁ¦¿¡ »ç¿ëµÇ´Â À̺¥Æ® ¼Ò½º»óÀÇ ¸Þ¼­µå
¿¹¿Ü:
IntrospectionException - ÀÎÆ®·Î½ºÆäÅ©¼ÇÁß¿¡ ¿¹¿Ü°¡ ¹ß»ýÇßÀ» °æ¿ì
¸Þ¼­µåÀÇ »ó¼¼

getListenerType

public Class <? > getListenerType()
Ÿ°Ù ÀÎÅÍÆäÀ̽ºÀÇ Class °´Ã¼¸¦ ÃëµæÇÕ´Ï´Ù.

¹Ýȯ°ª:
À̺¥Æ®°¡ Æ®¸®°Å µÇ¾úÀ» ¶§¿¡ È£ÃâµÇ´Â Ÿ°Ù ÀÎÅÍÆäÀ̽ºÀÇ Class °´Ã¼

getListenerMethods

public Method [] getListenerMethods()
Ÿ°Ù ¸®½º³Ê ÀÎÅÍÆäÀ̽ºÀÇ ¸Þ¼­µå¸¦ ÃëµæÇÕ´Ï´Ù.

¹Ýȯ°ª:
À̺¥Æ®°¡ Æ®¸®°Å µÇ¾úÀ» ¶§¿¡ È£ÃâµÇ´Â Ÿ°Ù ¸®½º³Ê ÀÎÅÍÆäÀ̽º³»ÀÇ Å¸°Ù ¸Þ¼­µåÀÇ Method °´Ã¼ÀÇ ¹è¿­

getListenerMethodDescriptors

public MethodDescriptor [] getListenerMethodDescriptors()
Ÿ°Ù ¸®½º³Ê ÀÎÅÍÆäÀ̽ºÀÇ MethodDescriptor¸¦ ÃëµæÇÕ´Ï´Ù.

¹Ýȯ°ª:
À̺¥Æ®°¡ Æ®¸®°Å µÇ¾úÀ» ¶§¿¡ È£ÃâµÇ´Â Ÿ°Ù ¸®½º³Ê ÀÎÅÍÆäÀ̽º³»ÀÇ Å¸°Ù ¸Þ¼­µåÀÇ MethodDescriptor °´Ã¼ÀÇ ¹è¿­

getAddListenerMethod

public Method  getAddListenerMethod()
À̺¥Æ® ¸®½º³ÊÀÇ Ãß°¡½Ã¿¡ »ç¿ëÇÏ´Â ¸Þ¼­µå¸¦ ÃëµæÇÕ´Ï´Ù.

¹Ýȯ°ª:
À̺¥Æ® ¼Ò½ºÀÇ ¸®½º³ÊÀÇ µî·Ï¿¡ »ç¿ëÇÏ´Â ¸Þ¼­µå

getRemoveListenerMethod

public Method  getRemoveListenerMethod()
À̺¥Æ® ¸®½º³ÊÀÇ »èÁ¦½Ã¿¡ »ç¿ëÇÏ´Â ¸Þ¼­µå¸¦ ÃëµæÇÕ´Ï´Ù.

¹Ýȯ°ª:
À̺¥Æ® ¼Ò½ºÀÇ ¸®½º³ÊÀÇ »èÁ¦¿¡ »ç¿ëÇÏ´Â ¸Þ¼­µå

getGetListenerMethod

public Method  getGetListenerMethod()
µî·ÏÀÌ ³¡³­ À̺¥Æ® ¸®½º³Ê¿¡°Ô·ÎÀÇ ¾×¼¼½º¿¡ »ç¿ëÇÏ´Â ¸Þ¼­µå¸¦ ÃëµæÇÕ´Ï´Ù.

¹Ýȯ°ª:
À̺¥Æ® ¼Ò½ºÀÇ ¸®½º³ÊÀÇ ¹è¿­¿¡ ¾×¼¼½º ÇÒ ¶§ »ç¿ëÇÏ´Â ¸Þ¼­µå, Á¸ÀçÇÏÁö ¾Ê´Â °æ¿ì´Â null
µµÀÔµÈ ¹öÀü :
1.4

setUnicast

public void setUnicast(boolean unicast)
À̺¥Æ® ¼¼Æ®¸¦ uni-cast, ¶Ç´Â ºñuni-cast·Î¼­ ¸¶Å© ÇÕ´Ï´Ù.

ÆĶó¹ÌÅÍ:
unicast - À̺¥Æ® ¼¼Æ®°¡ uni-castÀÎ °æ¿ì´Â true

isUnicast

public boolean isUnicast()
º¸Åë, À̺¥Æ® ¼Ò½º´Â ¸ÖƼ ij½ºÆ®ÀÔ´Ï´Ù. ±×·¯³ª, ¾ö¹ÐÇÏ°Ô´Â uni-castÀÌ´Ù°í ÇÏ´Â ¿¹¿Üµµ ÀÖ½À´Ï´Ù.

¹Ýȯ°ª:
À̺¥Æ® ¼¼Æ®°¡ uni-castÀÇ °æ¿ì´Â true. ±âº»°ª´Â false

setInDefaultEventSet

public void setInDefaultEventSet(boolean inDefaultEventSet)
À̺¥Æ® ¼¼Æ®¸¦ µðÆúÆ®¼¼Æ®·Î¼­ ¸¶Å© ÇÕ´Ï´Ù. ±âº»°ª´Â true ÀÔ´Ï´Ù.

ÆĶó¹ÌÅÍ:
inDefaultEventSet - À̺¥Æ® ¼¼Æ®°¡ µðÆúÆ®¼¼Æ®ÀÎ °æ¿ì´Â true, ±× ¿ÜÀÇ °æ¿ì´Â false

isInDefaultEventSet

public boolean isInDefaultEventSet()
À̺¥Æ® ¼¼Æ®°¡ µðÆúÆ®¼¼Æ®ÀÏÁö ¾î¶³Áö¸¦ º¸°íÇÕ´Ï´Ù.

¹Ýȯ°ª:
À̺¥Æ® ¼¼Æ®°¡ µðÆúÆ®¼¼Æ®ÀÎ °æ¿ì´Â true. ±âº»°ª´Â true

JavaTM 2 Platform
Standard Ed. 5.0

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy µµ ÂüÁ¶ÇϽʽÿÀ.