org.apache.examples.panorama.startup
Interface Executable

All Known Implementing Classes:
ExecuteStatic, MailStartup, Task

public interface Executable

Much like Runnable, but allows the caller to handle any exceptions thrown.

Author:
Howard Lewis Ship

Method Summary
 void execute()
           
 

Method Detail

execute

void execute()
             throws java.lang.Exception
Throws:
java.lang.Exception