| java.beans.EventSetDescriptor org.apache.beehive.controls.runtime.packaging.ControlEventSetDescriptor
ControlEventSetDescriptor | public class ControlEventSetDescriptor extends EventSetDescriptor (Code) | | The ControlEventSetDescriptor is a result of an infortunate evoluntary flaw in the
java.beans.EventSetDescriptor class. The getListeners functionality for event sets was
added after the initial implementation, and unfortunately, there is no constructor that
let you specify both the MethodDescriptors for events and the getListener
method. To compensate for this, we must subclass and provide our own getGetListenerMethod
implementation.
|
Method Summary | |
public Method | getGetListenerMethod() Override the default implementation of getGetListenerMethod to return the method
provided in the constructor. |
getGetListenerMethod | public Method getGetListenerMethod()(Code) | | Override the default implementation of getGetListenerMethod to return the method
provided in the constructor.
|
|
|