public interface WelcomeService extends SciJavaService
Modifier and Type | Method and Description |
---|---|
void |
displayWelcome()
Displays the welcome greeting.
|
boolean |
isFirstRun()
Returns true iff this version of the running SJC application has not run
before.
|
void |
setFirstRun(boolean firstRun)
Sets a preference recording whether this version of the dominant SJC
application has run.
|
initialize, registerEventHandlers
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
dispose
void displayWelcome()
boolean isFirstRun()
void setFirstRun(boolean firstRun)
Copyright © 2015–2022 SciJava. All rights reserved.