fr.umlv.jmmf.hook
Interface AdapterInnerMessage
- All Superinterfaces:
- AdapterMessage, Message
- public interface AdapterInnerMessage
- extends AdapterMessage
- Version:
- 0.5.9
- Author:
- Remi Forax
- See Also:
AdapterHook
|
Method Summary |
java.lang.Object |
getTarget()
return the target object of the target multi-method. |
MultiMethod |
getTargetMethod()
return the target multi-method. |
void |
setTarget(java.lang.Object target)
set the target object of the target multi-method. |
getTarget
public java.lang.Object getTarget()
- return the target object of the target multi-method.
setTarget
public void setTarget(java.lang.Object target)
- set the target object of the target multi-method.
getTargetMethod
public MultiMethod getTargetMethod()
- return the target multi-method.
Rémi Forax 1999,2000 Université de Marne la Vallée