|
|
||||||||||||||
Interface Transferpublic 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
|