Package | Description |
---|---|
java.beans |
Contains classes related to developing
beans -- components
based on the JavaBeans™ architecture.
|
Modifier and Type | Method and Description |
---|---|
MethodDescriptor[] |
EventSetDescriptor.getListenerMethodDescriptors()
Gets the
MethodDescriptor s of the target listener interface. |
MethodDescriptor[] |
BeanInfo.getMethodDescriptors()
Returns the method descriptors of the bean
that define the externally visible methods supported by this bean.
|
MethodDescriptor[] |
SimpleBeanInfo.getMethodDescriptors()
Deny knowledge of methods.
|
Constructor and Description |
---|
EventSetDescriptor(String eventSetName,
Class<?> listenerType,
MethodDescriptor[] listenerMethodDescriptors,
Method addListenerMethod,
Method removeListenerMethod)
Creates an EventSetDescriptor from scratch using
java.lang.reflect.MethodDescriptor and java.lang.Class
objects.
|
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.