Uses of Interface
org.apache.examples.panorama.startup.Executable

Packages that use Executable
org.apache.examples.panorama.mail   
org.apache.examples.panorama.startup.impl   
 

Uses of Executable in org.apache.examples.panorama.mail
 

Classes in org.apache.examples.panorama.mail that implement Executable
 class MailStartup
          Placeholder for startup logic related to the Mail tool.
 

Uses of Executable in org.apache.examples.panorama.startup.impl
 

Classes in org.apache.examples.panorama.startup.impl that implement Executable
 class ExecuteStatic
          Used to access the legacy startup code that is in the form of a public static method (usually init()) on some class.
 class Task
          An operation that may be executed.
 

Methods in org.apache.examples.panorama.startup.impl with parameters of type Executable
 void Task.setExecutable(Executable executable)