package fr.lteconsulting.hexa.client.tools; public interface Action4<P1, P2, P3, P4> { void exec( P1 p1, P2 p2, P3 p3, P4 p4 ); }