Uses of Class
tigase.jaxmpp.core.client.Connector.ConnectorEvent

Packages that use Connector.ConnectorEvent
tigase.jaxmpp.core.client Core of JAXMPP library. 
tigase.jaxmpp.core.client.connector Classes for implementing Connectors. 
 

Uses of Connector.ConnectorEvent in tigase.jaxmpp.core.client
 

Fields in tigase.jaxmpp.core.client with type parameters of type Connector.ConnectorEvent
protected  Listener<Connector.ConnectorEvent> JaxmppCore.stanzaReceivedListener
           
protected  Listener<Connector.ConnectorEvent> JaxmppCore.streamErrorListener
           
protected  Listener<Connector.ConnectorEvent> JaxmppCore.streamTerminateListener
           
 

Methods in tigase.jaxmpp.core.client with parameters of type Connector.ConnectorEvent
protected abstract  void JaxmppCore.onStreamError(Connector.ConnectorEvent be)
           
protected abstract  void JaxmppCore.onStreamTerminated(Connector.ConnectorEvent be)
           
 

Method parameters in tigase.jaxmpp.core.client with type arguments of type Connector.ConnectorEvent
 void Connector.addListener(EventType eventType, Listener<? extends Connector.ConnectorEvent> listener)
          Adds a listener bound by the given event type.
 void Connector.removeListener(EventType eventType, Listener<Connector.ConnectorEvent> listener)
           
 

Uses of Connector.ConnectorEvent in tigase.jaxmpp.core.client.connector
 

Subclasses of Connector.ConnectorEvent in tigase.jaxmpp.core.client.connector
static class AbstractBoshConnector.BoshConnectorEvent
           
 

Method parameters in tigase.jaxmpp.core.client.connector with type arguments of type Connector.ConnectorEvent
 void ConnectorWrapper.addListener(EventType eventType, Listener<? extends Connector.ConnectorEvent> listener)
           
 void AbstractBoshConnector.addListener(EventType eventType, Listener<? extends Connector.ConnectorEvent> listener)
           
 void ConnectorWrapper.removeListener(EventType eventType, Listener<Connector.ConnectorEvent> listener)
           
 void AbstractBoshConnector.removeListener(EventType eventType, Listener<Connector.ConnectorEvent> listener)
           
 



Copyright © 2006–2013 Tigase. All rights reserved.