Command.java :  » MP3 » algmusic » gmusic » command » Java Open Source

Java Open Source » MP3 » algmusic 
algmusic » gmusic » command » Command.java
package gmusic.command;

import javax.servlet.http.HttpServletRequest;

public interface Command{
  public String execute(HttpServletRequest req) throws Exception;
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.