Uses of Class
cz.cuni.amis.utils.flag.Flag.DoInSync

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).
 



Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.