Uses of Class
tigase.jaxmpp.core.client.observer.BaseEvent

Packages that use BaseEvent
tigase.jaxmpp.core.client   
tigase.jaxmpp.core.client.connector   
tigase.jaxmpp.core.client.observer   
tigase.jaxmpp.core.client.xmpp.modules   
tigase.jaxmpp.core.client.xmpp.modules.auth   
tigase.jaxmpp.core.client.xmpp.modules.chat   
tigase.jaxmpp.core.client.xmpp.modules.disco   
tigase.jaxmpp.core.client.xmpp.modules.jingle   
tigase.jaxmpp.core.client.xmpp.modules.muc   
tigase.jaxmpp.core.client.xmpp.modules.presence   
tigase.jaxmpp.core.client.xmpp.modules.pubsub   
tigase.jaxmpp.core.client.xmpp.modules.registration   
tigase.jaxmpp.core.client.xmpp.modules.roster   
 

Uses of BaseEvent in tigase.jaxmpp.core.client
 

Subclasses of BaseEvent in tigase.jaxmpp.core.client
static class Connector.ConnectorEvent
          Event generated by Connector.
static class JaxmppCore.JaxmppEvent
           
 

Method parameters in tigase.jaxmpp.core.client with type arguments of type BaseEvent
 void MultiJaxmpp.addListener(EventType eventType, Listener<? extends BaseEvent> listener)
          Adds a listener bound by the given event type.
 void MultiJaxmpp.addListener(Listener<? extends BaseEvent> listener)
          Add a listener bound by the all event types.
 void MultiJaxmpp.removeListener(EventType eventType, Listener<? extends BaseEvent> listener)
          Removes a listener.
 void JaxmppCore.removeListener(EventType eventType, Listener<? extends BaseEvent> connectorListener)
           
 void MultiJaxmpp.removeListener(Listener<? extends BaseEvent> listener)
          Removes a listener.
 

Uses of BaseEvent in tigase.jaxmpp.core.client.connector
 

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

Method parameters in tigase.jaxmpp.core.client.connector with type arguments of type BaseEvent
 void ConnectorWrapper.addListener(Listener<? extends BaseEvent> listener)
           
 

Uses of BaseEvent in tigase.jaxmpp.core.client.observer
 

Classes in tigase.jaxmpp.core.client.observer with type parameters of type BaseEvent
 interface Listener<E extends BaseEvent>
          Interface for objects that are notified of events.
 

Methods in tigase.jaxmpp.core.client.observer with parameters of type BaseEvent
 void Observable.fireEvent(BaseEvent event)
          Fires an event.
 void DefaultObservable.fireEvent(BaseEvent event)
          Fires an event.
 void Observable.fireEvent(EventType eventType, BaseEvent event)
          Fires an event.
 void DefaultObservable.fireEvent(EventType eventType, BaseEvent event)
          Fires an event.
 

Method parameters in tigase.jaxmpp.core.client.observer with type arguments of type BaseEvent
 void Observable.addListener(EventType eventType, Listener<? extends BaseEvent> listener)
          Adds a listener bound by the given event type.
 void DefaultObservable.addListener(EventType eventType, Listener<? extends BaseEvent> listener)
          Adds a listener bound by the given event type.
 void Observable.addListener(Listener<? extends BaseEvent> listener)
          Add a listener bound by the all event types.
 void DefaultObservable.addListener(Listener<? extends BaseEvent> listener)
          Add a listener bound by the all event types.
 void Observable.removeListener(EventType eventType, Listener<? extends BaseEvent> listener)
          Removes a listener.
 void DefaultObservable.removeListener(EventType eventType, Listener<? extends BaseEvent> listener)
          Removes a listener.
 void Observable.removeListener(Listener<? extends BaseEvent> listener)
          Removes a listener.
 void DefaultObservable.removeListener(Listener<? extends BaseEvent> listener)
          Removes a listener.
 

Uses of BaseEvent in tigase.jaxmpp.core.client.xmpp.modules
 

Subclasses of BaseEvent in tigase.jaxmpp.core.client.xmpp.modules
static class ResourceBinderModule.ResourceBindEvent
           
static class SessionEstablishmentModule.SessionEstablishmentEvent
           
static class StreamFeaturesModule.StreamFeaturesReceivedEvent
           
 

Method parameters in tigase.jaxmpp.core.client.xmpp.modules with type arguments of type BaseEvent
 void AbstractStanzaModule.addListener(EventType eventType, Listener<? extends BaseEvent> listener)
          Adds a listener bound by the given event type.
 void AbstractIQModule.addListener(EventType eventType, Listener<? extends BaseEvent> listener)
          Adds a listener bound by the given event type.
 void AbstractStanzaModule.addListener(Listener<? extends BaseEvent> listener)
          Add a listener bound by the all event types.
 void AbstractIQModule.addListener(Listener<? extends BaseEvent> listener)
          Add a listener bound by the all event types.
 void AbstractStanzaModule.removeListener(EventType eventType, Listener<? extends BaseEvent> listener)
          Removes a listener.
 void AbstractIQModule.removeListener(EventType eventType, Listener<? extends BaseEvent> listener)
          Removes a listener.
 void AbstractStanzaModule.removeListener(Listener<? extends BaseEvent> listener)
          Removes a listener.
 void AbstractIQModule.removeListener(Listener<? extends BaseEvent> listener)
          Removes a listener.
 

Uses of BaseEvent in tigase.jaxmpp.core.client.xmpp.modules.auth
 

Subclasses of BaseEvent in tigase.jaxmpp.core.client.xmpp.modules.auth
static class AuthModule.AuthEvent
           
static class NonSaslAuthModule.NonSaslAuthEvent
           
static class SaslModule.SaslEvent
           
 

Method parameters in tigase.jaxmpp.core.client.xmpp.modules.auth with type arguments of type BaseEvent
 void SaslModule.addListener(EventType eventType, Listener<? extends BaseEvent> listener)
           
 void AuthModule.addListener(EventType eventType, Listener<? extends BaseEvent> listener)
           
 void AuthModule.addListener(Listener<? extends BaseEvent> listener)
           
 void SaslModule.removeListener(EventType eventType, Listener<? extends BaseEvent> listener)
           
 void AuthModule.removeListener(EventType eventType, Listener<? extends BaseEvent> listener)
           
 

Uses of BaseEvent in tigase.jaxmpp.core.client.xmpp.modules.chat
 

Subclasses of BaseEvent in tigase.jaxmpp.core.client.xmpp.modules.chat
static class MessageModule.AbstractMessageEvent
           
static class MessageModule.MessageEvent
           
 

Uses of BaseEvent in tigase.jaxmpp.core.client.xmpp.modules.disco
 

Subclasses of BaseEvent in tigase.jaxmpp.core.client.xmpp.modules.disco
static class DiscoInfoModule.DiscoInfoEvent
           
static class DiscoItemsModule.DiscoItemEvent
           
 

Uses of BaseEvent in tigase.jaxmpp.core.client.xmpp.modules.jingle
 

Subclasses of BaseEvent in tigase.jaxmpp.core.client.xmpp.modules.jingle
static class JingleModule.JingleSessionAcceptEvent
           
static class JingleModule.JingleSessionEvent
           
static class JingleModule.JingleSessionInitiationEvent
           
static class JingleModule.JingleSessionTerminateEvent
           
static class JingleModule.JingleTransportInfoEvent
           
 

Uses of BaseEvent in tigase.jaxmpp.core.client.xmpp.modules.muc
 

Subclasses of BaseEvent in tigase.jaxmpp.core.client.xmpp.modules.muc
static class MucModule.MucEvent
           
 

Uses of BaseEvent in tigase.jaxmpp.core.client.xmpp.modules.presence
 

Subclasses of BaseEvent in tigase.jaxmpp.core.client.xmpp.modules.presence
static class PresenceModule.PresenceEvent
           
 

Uses of BaseEvent in tigase.jaxmpp.core.client.xmpp.modules.pubsub
 

Subclasses of BaseEvent in tigase.jaxmpp.core.client.xmpp.modules.pubsub
static class PubSubModule.PubSubEvent
           
 

Uses of BaseEvent in tigase.jaxmpp.core.client.xmpp.modules.registration
 

Subclasses of BaseEvent in tigase.jaxmpp.core.client.xmpp.modules.registration
static class InBandRegistrationModule.RegistrationEvent
           
 

Uses of BaseEvent in tigase.jaxmpp.core.client.xmpp.modules.roster
 

Subclasses of BaseEvent in tigase.jaxmpp.core.client.xmpp.modules.roster
static class RosterModule.RosterEvent
           
 



Copyright © 2006-2012 Tigase. All Rights Reserved.