|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Flag.DoInSync | |
---|---|
cz.cuni.amis.utils.flag |
Uses of Flag.DoInSync in cz.cuni.amis.utils.flag |
---|
Subclasses of Flag.DoInSync in cz.cuni.amis.utils.flag | |
---|---|
static class |
FlagInteger.DoInSyncWithReason<T,R>
This class extends the DoInSync of the reason that was passed along. |
Methods in cz.cuni.amis.utils.flag with parameters of type Flag.DoInSync | |
---|---|
void |
Flag.inSync(Flag.DoInSync<T> command)
Add a command (to the end of the queue) that will be executed in-sync with other changes (you may be sure that no other changes are taking place right now). |
void |
ImmutableFlag.inSync(Flag.DoInSync<T> command)
|
void |
IFlag.inSync(Flag.DoInSync<T> command)
|
protected void |
Flag.inSyncInner(Flag.DoInSync<T> command,
boolean addAsFirst)
Add a command that will be executed in-sync with other changes (you may be sure that no other changes are taking place right now). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |