Advertisement
Guest User

Untitled

a guest
Jul 24th, 2014
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.39 KB | None | 0 0
  1. /*
  2.  * To change this license header, choose License Headers in Project Properties.
  3.  * To change this template file, choose Tools | Templates
  4.  * and open the template in the editor.
  5.  */
  6.  
  7. package Server;
  8.  
  9. import java.util.Map;
  10.  
  11.  
  12. /**
  13.  *
  14.  * @author ramana
  15.  */
  16. public interface ourRunnable {
  17.  
  18.     /**
  19.      *
  20.      * @param s
  21.      */
  22.     public void runCommand(String s);
  23.    
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement