Class DropResult

java.lang.Object
se.conciliate.extensions.datatransfer.DropResult
All Implemented Interfaces:
Future<Boolean>

public class DropResult extends Object implements Future<Boolean>
Support class for DropImport. This is a default, bare bones implementation of a Future that can be used by DropImport's that do not start lengthy operations on new threads. Note however that this class must not be used in circumstances where lenghty operations and threads are involved as it is not thread safe or cancellable.
Author:
Per-Erik