From b3f5156a0abef598a061d83792e9b647c68371f0 Mon Sep 17 00:00:00 2001
From: Artur Signell method
is not a member of
- * listener
.
+ * if method
is not a member of target
+ * .
*/
public ListenerMethod(Class> eventType, Object target, Method method,
Object[] arguments, int eventArgumentIndex)
@@ -223,7 +223,7 @@ public class ListenerMethod implements EventListener, Serializable {
* called.
* @throws java.lang.IllegalArgumentException
* unless exactly one match methodName
is found in
- * listener
.
+ * target
.
*/
public ListenerMethod(Class> eventType, Object target, String methodName,
Object[] arguments, int eventArgumentIndex)
@@ -283,8 +283,8 @@ public class ListenerMethod implements EventListener, Serializable {
* @param arguments
* the arguments to be passed to the trigger method.
* @throws java.lang.IllegalArgumentException
- * if method
is not a member of
- * listener
.
+ * if method
is not a member of target
+ * .
*/
public ListenerMethod(Class> eventType, Object target, Method method,
Object[] arguments) throws java.lang.IllegalArgumentException {
@@ -310,7 +310,7 @@ public class ListenerMethod implements EventListener, Serializable {
*
- * The actual trigger method is reflected from listener
, and
+ * The actual trigger method is reflected from target
, and
* java.lang.IllegalArgumentException
is thrown unless exactly
* one match is found.
*
java.lang.IllegalArgumentException
is thrown.
* @throws java.lang.IllegalArgumentException
* unless exactly one match methodName
is found in
- * listener
.
+ * target
.
*/
public ListenerMethod(Class> eventType, Object target, String methodName)
throws java.lang.IllegalArgumentException {
--
2.39.5