public interface StartupService extends SciJavaService
Modifier and Type | Method and Description |
---|---|
void |
addOperation(Runnable r)
Adds an operation that will run as soon as the application starts up.
|
void |
executeOperations()
Execute all registered startup operations, in the order they were
registered, blocking until complete.
|
initialize, registerEventHandlers
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
dispose
void addOperation(Runnable r)
void executeOperations()
Copyright © 2015–2022 SciJava. All rights reserved.