source: java/client_3D/src/com/framsticks/net/client3D/ICommandListener.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: 159 bytes
Line 
1package com.framsticks.net.client3D;
2
3/**
4 *
5 * @author vorg
6 */
7public interface ICommandListener {
8        public void onCommand(String command, String params);
9}
Note: See TracBrowser for help on using the repository browser.