Package jaxx.compiler.beans
Class JAXXEventSetDescriptor
java.lang.Object
jaxx.compiler.beans.JAXXFeatureDescriptor
jaxx.compiler.beans.JAXXEventSetDescriptor
public class JAXXEventSetDescriptor extends JAXXFeatureDescriptor
Mirrors the class
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 Summary
Constructors Constructor Description JAXXEventSetDescriptor(ClassDescriptor classDescriptor, java.lang.String name, MethodDescriptor addListenerMethod, MethodDescriptor removeListenerMethod, MethodDescriptor[] listenerMethods) -
Method Summary
Modifier and Type Method Description MethodDescriptorgetAddListenerMethod()MethodDescriptor[]getListenerMethods()MethodDescriptorgetRemoveListenerMethod()Methods inherited from class jaxx.compiler.beans.JAXXFeatureDescriptor
capitalize, getClassDescriptor, getName, getValue, setValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
JAXXEventSetDescriptor
public JAXXEventSetDescriptor(ClassDescriptor classDescriptor, java.lang.String name, MethodDescriptor addListenerMethod, MethodDescriptor removeListenerMethod, MethodDescriptor[] listenerMethods)
-
-
Method Details
-
getAddListenerMethod
-
getRemoveListenerMethod
-
getListenerMethods
-