|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.init.loext.its.dialogs.ui.ItsDialogModel.ConcurrentDialogTask
public static class ItsDialogModel.ConcurrentDialogTask
Wrapper class to circumvent the reception of the same event twice from LibreOffice. THIS IS A HACK AND IS CONSIDERED HARMFUL. REMOVE THIS CLASS; IF THERE IS A WAY TO SUPRESS THE MULTIPLE FIRING OF THE RESPECTIVE LIBREOFFICE EVENT
Method Summary | |
---|---|
static void |
reset()
resets the internal lock |
void |
run()
|
static ItsDialogModel.ConcurrentDialogTask |
setTask(java.lang.Runnable run)
sets a task for later scheduling |
ItsDialogModel.ConcurrentDialogTask |
start()
Starts executing a scheduled task for execution |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ItsDialogModel.ConcurrentDialogTask setTask(java.lang.Runnable run)
run
-
public ItsDialogModel.ConcurrentDialogTask start()
public static void reset()
public void run()
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |