Uses of Interface
tigase.eventbus.EventBusEvent
-
Packages that use EventBusEvent Package Description tigase.auth tigase.cluster tigase.db tigase.db.beans tigase.eventbus tigase.eventbus.events tigase.eventbus.impl tigase.io tigase.map tigase.monitor.tasks tigase.server.xmppsession tigase.util.updater tigase.xmpp.impl Package containing implementation of all Session Manager pluginstigase.xmpp.impl.roster -
-
Uses of EventBusEvent in tigase.auth
Classes in tigase.auth that implement EventBusEvent Modifier and Type Class Description static classBruteForceLockerBean.StatisticsEmitEvent -
Uses of EventBusEvent in tigase.cluster
Classes in tigase.cluster that implement EventBusEvent Modifier and Type Class Description static classClusterConnectionManager.ClusterInitializedEvent -
Uses of EventBusEvent in tigase.db
Classes in tigase.db that implement EventBusEvent Modifier and Type Class Description static classUserRepository.UserRemovedEvent -
Uses of EventBusEvent in tigase.db.beans
Classes in tigase.db.beans that implement EventBusEvent Modifier and Type Class Description static classDataSourceBean.DataSourceChangedEvent -
Uses of EventBusEvent in tigase.eventbus
Classes in tigase.eventbus with type parameters of type EventBusEvent Modifier and Type Interface Description interfaceXMLEventBusEvent<E extends EventBusEvent>Subinterfaces of EventBusEvent in tigase.eventbus Modifier and Type Interface Description interfaceXMLEventBusEvent<E extends EventBusEvent>Classes in tigase.eventbus that implement EventBusEvent Modifier and Type Class Description classTickMinuteEventMethods in tigase.eventbus with parameters of type EventBusEvent Modifier and Type Method Description voidEventBus. fire(EventBusEvent event)Fires event. -
Uses of EventBusEvent in tigase.eventbus.events
Classes in tigase.eventbus.events that implement EventBusEvent Modifier and Type Class Description classStartupFinishedEventCreated: Feb 19, 2009 12:17:03 PM -
Uses of EventBusEvent in tigase.eventbus.impl
Methods in tigase.eventbus.impl with parameters of type EventBusEvent Modifier and Type Method Description voidEventBusImplementation. fire(EventBusEvent event) -
Uses of EventBusEvent in tigase.io
Classes in tigase.io that implement EventBusEvent Modifier and Type Class Description static classCertificateContainer.CertificateChangeEvent indicating certificate change that will be distributed in the cluster.classCertificateContainer.CertificateChanged -
Uses of EventBusEvent in tigase.map
Classes in tigase.map that implement EventBusEvent Modifier and Type Class Description static classClusterMapFactory.ElementAddEventstatic classClusterMapFactory.ElementRemoveEventstatic classClusterMapFactory.MapClearEventstatic classClusterMapFactory.MapDestroyEventstatic classClusterMapFactory.NewMapCreatedEventclassMapDestroyedEvent -
Uses of EventBusEvent in tigase.monitor.tasks
Classes in tigase.monitor.tasks that implement EventBusEvent Modifier and Type Class Description static classSampleTask.SampleTaskEventclassTasksEvent -
Uses of EventBusEvent in tigase.server.xmppsession
Classes in tigase.server.xmppsession that implement EventBusEvent Modifier and Type Class Description classUserConnectedEventclassUserPresenceChangedEventUserPresenceChangeEvent is local event (called on local node), which is fired when user changes presence.classUserSessionEventBase class for implementation of events related to user session.classUserSessionEventWithProcessorResultWriter -
Uses of EventBusEvent in tigase.util.updater
Classes in tigase.util.updater that implement EventBusEvent Modifier and Type Class Description static classUpdatesChecker.UpdatedVersionDiscovered -
Uses of EventBusEvent in tigase.xmpp.impl
Classes in tigase.xmpp.impl that implement EventBusEvent Modifier and Type Class Description static classJabberIqPrivacy.PrivacyListUpdatedEventstatic classJabberIqRegister.UserRegisteredEventstatic classJabberIqRegister.WelcomeMessageChangedEventstatic classMessageCarbons.MessageCarbonsStateChangedEventEvent class responsible for notification other sessions of same user that message carbons state was changed.static classMotdProcessor.MotdUpdatedEventclassPresenceOffline.StartStopEvent -
Uses of EventBusEvent in tigase.xmpp.impl.roster
Classes in tigase.xmpp.impl.roster that implement EventBusEvent Modifier and Type Class Description static classRosterAbstract.RosterModifiedEvent
-