public class EventSetDescriptor extends FeatureDescriptor
Constructor and Description |
---|
EventSetDescriptor(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) |
Modifier and Type | Method and Description |
---|---|
Method |
getAddListenerMethod() |
Method |
getGetListenerMethod() |
MethodDescriptor[] |
getListenerMethodDescriptors() |
Method[] |
getListenerMethods() |
Class<?> |
getListenerType() |
Method |
getRemoveListenerMethod() |
boolean |
isInDefaultEventSet() |
boolean |
isUnicast() |
void |
setInDefaultEventSet(boolean inDefaultEventSet) |
void |
setUnicast(boolean unicast) |
attributeNames, getDisplayName, getName, getShortDescription, getValue, isExpert, isHidden, isPreferred, setDisplayName, setExpert, setHidden, setName, setPreferred, setShortDescription, setValue
public EventSetDescriptor(Class<?> sourceClass, String eventSetName, Class<?> listenerType, String listenerMethodName) throws IntrospectionException
IntrospectionException
public EventSetDescriptor(Class<?> sourceClass, String eventSetName, Class<?> listenerType, String[] listenerMethodNames, String addListenerMethodName, String removeListenerMethodName) throws IntrospectionException
IntrospectionException
public EventSetDescriptor(Class<?> sourceClass, String eventSetName, Class<?> listenerType, String[] listenerMethodNames, String addListenerMethodName, String removeListenerMethodName, String getListenerMethodName) throws IntrospectionException
IntrospectionException
public EventSetDescriptor(String eventSetName, Class<?> listenerType, Method[] listenerMethods, Method addListenerMethod, Method removeListenerMethod) throws IntrospectionException
IntrospectionException
public EventSetDescriptor(String eventSetName, Class<?> listenerType, Method[] listenerMethods, Method addListenerMethod, Method removeListenerMethod, Method getListenerMethod) throws IntrospectionException
IntrospectionException
public EventSetDescriptor(String eventSetName, Class<?> listenerType, MethodDescriptor[] listenerMethodDescriptors, Method addListenerMethod, Method removeListenerMethod) throws IntrospectionException
IntrospectionException
public Method[] getListenerMethods()
public MethodDescriptor[] getListenerMethodDescriptors()
public Method getRemoveListenerMethod()
public Method getGetListenerMethod()
public Method getAddListenerMethod()
public Class<?> getListenerType()
public void setUnicast(boolean unicast)
public void setInDefaultEventSet(boolean inDefaultEventSet)
public boolean isUnicast()
public boolean isInDefaultEventSet()
Copyright © 2013. All Rights Reserved.