Interface LaunchablePlugin
- All Superinterfaces:
Plugin
-
Method Summary
Modifier and TypeMethodDescriptionbooleanprocess()Some environments have requirements regarding the main application thread and processing on it.voidsetDefaults(String[] args) Invoked before core is started to set defaults such as application detailsMethods inherited from interface Plugin
getInitialProperties, initialize
-
Method Details
-
setDefaults
Invoked before core is started to set defaults such as application details -
process
boolean process()Some environments have requirements regarding the main application thread and processing on it. In particular SWT on OSX insists that the SWT dispatch thread. When this thread is returned from the client is either stopper or restarted, depending on the return value- Returns:
- whether to close down or restart (true->restart)
-