What am I doing wrong here?
protected void notifyConnectionStatusChanged(boolean clientConnected) {
    Client.this.clientConnected = clientConnected;
    synchronized (Client.this) { notify(); }
}