public interface DispatchTarget
| Modifier and Type | Method and Description |
|---|---|
Method |
getTargetMethod()
Returns the method for the target object.
|
Object |
getTargetObject()
Returns the target object.
|
void |
setTarget(Object pTargetObject,
String pMethodName)
Set the target and the target method.
|
void setTarget(Object pTargetObject, String pMethodName)
pTargetObject - the object we targetpMethodName - the method to call in that objectObject getTargetObject()
Method getTargetMethod()
Copyright © 2017 Jürgen Zeller (privat). All rights reserved.