Interface CallTarget

All Known Subinterfaces:
RootCallTarget
All Known Implementing Classes:
DefaultCallTarget

public interface CallTarget
Represents the target of a call.
  • Method Summary

    Modifier and Type
    Method
    Description
    call(Object... arguments)
    Calls this target as a root method.
  • Method Details

    • call

      Object call(Object... arguments)
      Calls this target as a root method.
      Parameters:
      arguments - passed arguments as an object array
      Returns:
      the return result of the call