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
context, getContext, setContext
getPriority, setPriority
compareTo
getInfo, setInfo
dispose
void displayWelcome()
boolean isFirstRun()
void setFirstRun(boolean firstRun)
Copyright © 2009–2016 SciJava. All rights reserved.