Interface IUIIntializer
- All Known Implementing Classes:
Initializer
public interface IUIIntializer
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddListener(InitializerListener listener) Add a listener that gets triggered on progress changes (tasks, percent)voidvoidvoidremoveListener(InitializerListener listener) Remove listener that gets triggered on progress changes (tasks, percent)voidreportCurrentTask(String currentTaskString) voidreportPercent(int percent) voidrun()voidCode that will be executed in the SWT Thread beforerun()is invokedvoidvoidstopIt(boolean isForRestart)
-
Method Details
-
stopIt
void stopIt(boolean isForRestart) -
run
void run() -
addListener
Add a listener that gets triggered on progress changes (tasks, percent)- Parameters:
listener-- Since:
- 3.0.1.3
-
removeListener
Remove listener that gets triggered on progress changes (tasks, percent)- Parameters:
listener-- Since:
- 3.0.1.3
-
increaseProgress
void increaseProgress()- Since:
- 3.0.4.3
-
abortProgress
void abortProgress()- Since:
- 3.0.4.3
-
reportCurrentTask
- Parameters:
currentTaskString-- Since:
- 3.0.4.3
-
reportPercent
void reportPercent(int percent) -
initializationComplete
void initializationComplete() -
runInSWTThread
void runInSWTThread()Code that will be executed in the SWT Thread beforerun()is invoked- Since:
- 4.2.0.1
-
shutdownUIOnly
void shutdownUIOnly()
-