Microsoft SDK for Java

Transfer Interface

The Transfer Interface of the com.ms.object package provides constants that represent transfer effects. These constants are used by the TransferSession interface and the SimpleTransferSession class.

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

© 1999 Microsoft Corporation. All rights reserved. Terms of use.