I have a interface:
public interface InterfaceX { void methodX(); }
A class that have a method to receive a object that implements that inter