public class JAXXEventSetDescriptor extends JAXXFeatureDescriptor
java.beans.EventSetDescriptor. JAXX uses its own introspector rather than the built-in
java.beans.Introspector so that it can introspect ClassDescriptor,
not just java.lang.Class.| Constructor and Description |
|---|
JAXXEventSetDescriptor(ClassDescriptor classDescriptor,
String name,
MethodDescriptor addListenerMethod,
MethodDescriptor removeListenerMethod,
MethodDescriptor[] listenerMethods) |
| Modifier and Type | Method and Description |
|---|---|
MethodDescriptor |
getAddListenerMethod() |
MethodDescriptor[] |
getListenerMethods() |
MethodDescriptor |
getRemoveListenerMethod() |
capitalize, getClassDescriptor, getName, getValue, setValuepublic JAXXEventSetDescriptor(ClassDescriptor classDescriptor, String name, MethodDescriptor addListenerMethod, MethodDescriptor removeListenerMethod, MethodDescriptor[] listenerMethods)
public MethodDescriptor getAddListenerMethod()
public MethodDescriptor getRemoveListenerMethod()
public MethodDescriptor[] getListenerMethods()
Copyright © 2008–2018 Ultreia.io. All rights reserved.