Looking at com.jme3.network.Client's javadocs, I don’t see a destroy() method defined. So I’m wondering: What is this destroy() method, and when does the jME3 framework call it?
Ok thanks. Also just curious: Does that line of code myClient.close(); result with the registered ClientStateListener#clientDisconnected method being invoked?