I met such a code
public EWrapperImpl() { readerSignal = new EJavaSignal(); clientSocket = new EClientSocket(this, readerSignal); } When instantiating a clientSocket pass it to the this constructor.
What is it? Instance copy? What EWrapperImpl ... EWrapperImpl ? Or EClientSocket ?