See: Description
Interface | Description |
---|---|
ApplicationLauncher |
An ApplicationLauncher is used to launch ParameterizedRunnable objects using
the main thread.
|
ApplicationRunnable |
A parameterized runnable that can be stopped.
|
ParameterizedRunnable |
Like a
Runnable , an object which captures a block of code which can
be passed around and executed. |
StartupMonitor |
Service interface used to monitor the startup process.
|
Clients that monitor the startup sequence will likely be interested in the types provided by this package.
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.