Interface Operation


public interface Operation
Operation
Author:
Scott Marlow
  • Method Summary

    Modifier and Type
    Method
    Description
    invoke(Object... args)
    Invoke operation
  • Method Details

    • invoke

      Object invoke(Object... args)
      Invoke operation
      Parameters:
      args - will be passed to invoked operation
      Returns: