public interface Launcher<L extends Launchable>
| Modifier and Type | Method and Description |
|---|---|
long |
getLaunchTime()
Get the uptime of the launchable.
|
long |
getUpTime()
Get the uptime of the launchable.
|
boolean |
isVerified()
Flag is set if the application was successfully verified after launching.
|
void |
launch()
starts the launchable.
|
void |
relaunch()
Restarts the launchable.
|
void |
stop()
Stops the launchable.
|
void launch()
throws CouldNotPerformException,
InterruptedException
void relaunch()
throws CouldNotPerformException,
InterruptedException
void stop()
long getUpTime()
long getLaunchTime()
boolean isVerified()
Copyright © 2015–2018 openbase.org. All rights reserved.