This method is called only if you have
implemented the IwodSSHTunnelNotify interface in your
application and the wodTunnel1.Notification
property has received a reference to an
instance of your implementation.
The StateChange notification method is called each time
wodSSHTunnel's internal state changes (with regard to its connection
with the SSH server). Initially it is set to Disconnected. Once you initiate a new connection,
it will change to Connecting,
etc..
Using this notification method you can determine whether there is
anything happening with wodSSHTunnel. You can access the
current state using the State
property.