Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.modama.framework.modul
Interface IModul  view IModul download IModul.java

All Known Implementing Classes:
TestModul, TestModul2

public interface IModul

a Modul is just something that can execute


Method Summary
 void execute()
          the execute function, should throw an exception if the modul cannot execute
 

Method Detail

execute

public void execute()
             throws java.lang.Exception
the execute function, should throw an exception if the modul cannot execute