Interface IExecuteOn3Objects<CLASS1,CLASS2,CLASS3>


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

    Modifier and Type
    Method
    Description
    void
    execute(CLASS1 object1, CLASS2 object2, CLASS3 object3)