hasancse1991

Untitled

Jul 1st, 2019
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.32 KB | None | 0 0
  1. public interface CustomEventLog {
  2.    
  3.     // need to define method parameters and other methods
  4.  
  5.     void chitChatLogin();
  6.     void chatRoomPageOpen();
  7.     void myChatPageOpen();
  8.     void contactsPageOpen();
  9.     void roomCreated();
  10.     void conversationOpen();
  11.     void callButtonClicked();
  12.     void contactSearch();
  13. }
Advertisement
Add Comment
Please, Sign In to add comment