Package com.biglybt.pif
Interface LaunchablePlugin
- All Superinterfaces:
Plugin
-
Method Summary
Modifier and TypeMethodDescriptionboolean
process()
Some environments have requirements regarding the main application thread and processing on it.void
setDefaults
(String[] args) Invoked before core is started to set defaults such as application detailsMethods inherited from interface com.biglybt.pif.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)
-