Examples of ChatStateHook


Examples of com.calclab.emite.xep.chatstate.ChatStateHook

  private ChatStateHook chatStateHook;

  @Before
  public void aaCreate() {
    pairChat = Mockito.mock(PairChat.class);
    chatStateHook = new ChatStateHook(new SimpleEventBus(), pairChat);
    stateHandler = new ChatStateChangedTestHandler();
    chatStateHook.addChatStateChangedHandler(stateHandler);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.