package fr.lteconsulting.hexa.client.tools; public interface Action1<T> { void exec( T param ); }