Package javaa.beans
Class EventSetDescriptor
java.lang.Object
javaa.beans.FeatureDescriptor
javaa.beans.EventSetDescriptor
-
Constructor Summary
ConstructorsConstructorDescriptionEventSetDescriptor
(Class<?> sourceClass, String eventSetName, Class<?> listenerType, String listenerMethodName) EventSetDescriptor
(Class<?> sourceClass, String eventSetName, Class<?> listenerType, String[] listenerMethodNames, String addListenerMethodName, String removeListenerMethodName) EventSetDescriptor
(Class<?> sourceClass, String eventSetName, Class<?> listenerType, String[] listenerMethodNames, String addListenerMethodName, String removeListenerMethodName, String getListenerMethodName) EventSetDescriptor
(String eventSetName, Class<?> listenerType, Method[] listenerMethods, Method addListenerMethod, Method removeListenerMethod) EventSetDescriptor
(String eventSetName, Class<?> listenerType, Method[] listenerMethods, Method addListenerMethod, Method removeListenerMethod, Method getListenerMethod) EventSetDescriptor
(String eventSetName, Class<?> listenerType, MethodDescriptor[] listenerMethodDescriptors, Method addListenerMethod, Method removeListenerMethod) -
Method Summary
Modifier and TypeMethodDescriptionMethod[]
Class
<?> boolean
boolean
void
setInDefaultEventSet
(boolean inDefaultEventSet) void
setUnicast
(boolean unicast) Methods inherited from class javaa.beans.FeatureDescriptor
attributeNames, getDisplayName, getName, getShortDescription, getValue, isExpert, isHidden, isPreferred, setDisplayName, setExpert, setHidden, setName, setPreferred, setShortDescription, setValue
-
Constructor Details
-
EventSetDescriptor
public EventSetDescriptor(Class<?> sourceClass, String eventSetName, Class<?> listenerType, String listenerMethodName) throws IntrospectionException - Throws:
IntrospectionException
-
EventSetDescriptor
public EventSetDescriptor(Class<?> sourceClass, String eventSetName, Class<?> listenerType, String[] listenerMethodNames, String addListenerMethodName, String removeListenerMethodName) throws IntrospectionException - Throws:
IntrospectionException
-
EventSetDescriptor
public EventSetDescriptor(Class<?> sourceClass, String eventSetName, Class<?> listenerType, String[] listenerMethodNames, String addListenerMethodName, String removeListenerMethodName, String getListenerMethodName) throws IntrospectionException - Throws:
IntrospectionException
-
EventSetDescriptor
public EventSetDescriptor(String eventSetName, Class<?> listenerType, Method[] listenerMethods, Method addListenerMethod, Method removeListenerMethod) throws IntrospectionException - Throws:
IntrospectionException
-
EventSetDescriptor
public EventSetDescriptor(String eventSetName, Class<?> listenerType, Method[] listenerMethods, Method addListenerMethod, Method removeListenerMethod, Method getListenerMethod) throws IntrospectionException - Throws:
IntrospectionException
-
EventSetDescriptor
public EventSetDescriptor(String eventSetName, Class<?> listenerType, MethodDescriptor[] listenerMethodDescriptors, Method addListenerMethod, Method removeListenerMethod) throws IntrospectionException - Throws:
IntrospectionException
-
-
Method Details
-
getListenerMethods
-
getListenerMethodDescriptors
-
getRemoveListenerMethod
-
getGetListenerMethod
-
getAddListenerMethod
-
getListenerType
-
setUnicast
public void setUnicast(boolean unicast) -
setInDefaultEventSet
public void setInDefaultEventSet(boolean inDefaultEventSet) -
isUnicast
public boolean isUnicast() -
isInDefaultEventSet
public boolean isInDefaultEventSet()
-