Package com.calclab.emite.im.events

Examples of com.calclab.emite.im.events.RosterRetrievedEvent


          if (!rosterReady) {
            rosterReady = true;
            session.setStatus(SessionStatus.rosterReady);
          }
          eventBus.fireEventFromSource(new RosterRetrievedEvent(getItems()), this);
        }

        @Override
        public void onIQFailure(final IQ iq) {
          eventBus.fireEventFromSource(new RequestFailedEvent("roster request", "couldn't retrieve the roster", iq), this);
View Full Code Here

TOP

Related Classes of com.calclab.emite.im.events.RosterRetrievedEvent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.