source: java/client_3D/src/com/framsticks/net/client3D/ILogListener.java @ 65

Last change on this file since 65 was 65, checked in by Maciej Komosinski, 13 years ago

added sources of the 3D client for the Framsticks server

File size: 168 bytes
Line 
1package com.framsticks.net.client3D;
2
3/**
4 *
5 * @author vorg
6 *
7 */
8public interface ILogListener {
9        public void onMesssage(String category, String text);
10}
Note: See TracBrowser for help on using the repository browser.