Interface IExecuteOn2Objects<CLASS1,CLASS2>


public interface IExecuteOn2Objects<CLASS1,CLASS2>
General interface to execute certain function on dedicated object.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(CLASS1 object1, CLASS2 object2)
     
  • Method Details