Package com.ms.object
 In this topic

*Fields

 

Packages
  PreviousThis PackageNext
Package com.ms.object   Previous This
Package
Next

 


Interface Transfer

public interface Transfer
{
  // Fields
  public static final int COPY;
  public static final int LINK;
  public static final int MOVE;
  public static final int NONE;
}

This interface provides constants that represent transfer effects. These constants are used by the TransferSession interface and the SimpleTransferSession class.

Fields

COPY
A value indicating that the transfer copies data.
LINK
A value indicating that the transfer links to data.
MOVE
A value indicating that the transfer moves data.
NONE
A value indicating that there is no current transfer.

upnrm.gif