ORCentral

src/eu/coform/command/proto/Abstract.java

Go to the documentation of this file.
00001 package eu.coform.command.proto;
00002 
00003 import eu.coform.ORException;
00004 
00008 public interface Abstract {
00009   
00015    public Object execute() throws ORException;
00016    
00017 }
 All Classes Namespaces Files Functions Variables Enumerations