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

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

set 'eol-style' to 'native'

  • Property svn:eol-style set to native
File size: 158 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.