Package com.calclab.emite.im.events

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


  }

  private void setOwnPresence(final Presence presence) {
    final Presence oldPresence = ownPresence;
    ownPresence = presence;
    eventBus.fireEventFromSource(new OwnPresenceChangedEvent(oldPresence, presence), this);
  }
View Full Code Here

TOP

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

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.