Added Constructors |
EventSetDescriptor(Class, String, Class, String[], String, String, String)
|
This constructor creates an EventSetDescriptor from scratch using string names. |
EventSetDescriptor(String, Class, Method[], Method, Method, Method)
|
This constructor creates an EventSetDescriptor from scratch using java.lang.reflect.Method and java.lang.Class objects. |
Changed Constructors |
EventSetDescriptor(Class, String, Class, String)
|
Documentation changed from old to new. |
Creates an EventSetDescriptor assuming that you are following the most simple standard design pattern where a named event "fred" is (1) delivered as a call on the single method of interface FredListener (2) has a single argument of type FredEvent and (3) where the FredListener may be registered with a call on an addFredListener method of the source component and removed with a call on a removeFredListener method. |
EventSetDescriptor(Class, String, Class, String[], String, String)
|
Documentation changed from old to new. |
Creates an EventSetDescriptor from scratch using string names. |
EventSetDescriptor(String, Class, MethodDescriptor[], Method, Method)
|
Documentation changed from old to new. |
Creates an EventSetDescriptor from scratch using java.lang.reflect.MethodDescriptor and java.lang.Class objects. |
EventSetDescriptor(String, Class, Method[], Method, Method)
|
Documentation changed from old to new. |
Creates an EventSetDescriptor from scratch using java.lang.reflect.Method and java.lang.Class objects. |