IHowtoWebsiteWrapper.java
Go to the documentation of this file.
00001 package instruction.wrapper;
00002 
00003 import java.util.List;
00004 
00011 public interface IHowtoWebsiteWrapper {
00012         
00017         public void load(String url);
00018         
00023         public String getHowtoTitle();
00024         
00029         public List<String> getInstructions();
00030         
00035         public String getUrl();
00036 
00037 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Friends


comp_ehow
Author(s): Moritz Tenorth, Daniel Nyga
autogenerated on Tue Apr 16 2013 00:18:02