Depreacte EventUtils 0-argument contructor
This commit is contained in:
parent
32196a11ad
commit
a84d013078
|
@ -126,4 +126,14 @@ public class EventUtils {
|
||||||
new Class[] { listenerType }, new EventBindingInvocationHandler(target, methodName, eventTypes)));
|
new Class[] { listenerType }, new EventBindingInvocationHandler(target, methodName, eventTypes)));
|
||||||
addEventListener(eventSource, listenerType, listener);
|
addEventListener(eventSource, listenerType, listener);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Make private in 4.0.
|
||||||
|
*
|
||||||
|
* @deprecated TODO Make private in 4.0.
|
||||||
|
*/
|
||||||
|
@Deprecated
|
||||||
|
public EventUtils() {
|
||||||
|
// empty
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue