Guest User

Untitled

a guest
May 30th, 2018
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. package pl.gov.men.cie.sio2.dao.interfaces
  2. {
  3.     import pl.gov.men.cie.sio2.dto.multiuser.SocketConfigVO;
  4.  
  5.     public interface IMultiuserDao
  6.     {
  7.         function connect(config:SocketConfigVO):Object;/*?|TK.CORE_0.1_Michal_Jaworski|mariusz.kaczkowski|c29|?*/
  8.         function disconnect():void;
  9.         function sendData(data:Object):void;
  10.         function receiveData():void;
  11.     }
  12. }
Add Comment
Please, Sign In to add comment