public interface SynchronousCommandFor<T> extends CommandFor<T>
A dispatcher of commands (such as an Observable object) should not block while waiting for the completion of the command. So the code executed should terminate as quickly as possible.
invokeOnCopyright © 2015 LSST. All rights reserved.