GIF89a;
Direktori : /home/serb/www/chat/install_files/temp_dir/javaServer/flashchat/com/socketServer/ |
Current File : /home/serb/www/chat/install_files/temp_dir/javaServer/flashchat/com/socketServer/ReadCallBack.java |
/* * Java socket server for FlashChat created by RuAnSoft (http://ruansoft.net), (c) 2006/07 TUFaT.com */ package flashchat.com.socketServer; public interface ReadCallBack { public void dataReady(String str); }