Package jadex.serialization
Interface IMethodReplacement
- All Known Implementing Classes:
DefaultEqualsMethodReplacement
,DefaultHashcodeMethodReplacement
public interface IMethodReplacement
Interface to be implemented by the user
for replacing a remote method with custom code.
-
Method Summary
-
Method Details
-
invoke
Invoke the method on the given object with the given args.
-