Interface IExecuteOnObject<CLASS>


public interface IExecuteOnObject<CLASS>
General interface to execute certain function on dedicated object.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(CLASS object)
     
  • Method Details

    • execute

      void execute(CLASS object)