Rename ConnectionEstablishedListener to ConnectionCreationListener. This will affect XMPPConnection#addListener and #removeListener. XMPPConnection should have:
#addConnectionCreationListener(ConnectionCreationListener)
#removeConnectionCreationListener(ConnectionCreationListener)