Package com.calclab.emite.xep.chatstate

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

Related Classes of com.calclab.emite.xep.chatstate.ChatStateHook

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.