Uses of Interface
com.panorama.startup.Executable

Packages that use Executable
com.panorama.mail   
com.panorama.startup.impl   
 

Uses of Executable in com.panorama.mail
 

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

Uses of Executable in com.panorama.startup.impl
 

Classes in com.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 com.panorama.startup.impl with parameters of type Executable
 void Task.setExecutable(Executable executable)