Package com.biglybt.core.util
Class LaunchManager
java.lang.Object
com.biglybt.core.util.LaunchManager
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
static interface
static class
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final CopyOnWriteList<LaunchManager.LaunchController>
private static final LaunchManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addController
(LaunchManager.LaunchController controller) static LaunchManager
void
launchRequest
(LaunchManager.LaunchTarget target, LaunchManager.LaunchAction action) void
removeController
(LaunchManager.LaunchController controller)
-
Field Details
-
singleton
-
controllers
-
-
Constructor Details
-
LaunchManager
public LaunchManager()
-
-
Method Details
-
getManager
-
launchRequest
-
createTarget
-
createTarget
-
addController
-
removeController
-