软件包 | 描述 |
---|---|
java.awt.datatransfer |
提供用于在应用程序中的数据之间传输数据的接口和类。
|
Modifier and Type | Method and Description |
---|---|
FlavorListener[] |
Clipboard.getFlavorListeners()
返回所有的
FlavorListener s目前注册在这
Clipboard 数组。
|
Modifier and Type | Method and Description |
---|---|
void |
Clipboard.addFlavorListener(FlavorListener listener)
注册指定的
FlavorListener 从剪贴板收到
FlavorEvent s。
|
void |
Clipboard.removeFlavorListener(FlavorListener listener)
移除指定的
FlavorListener 使它不再接收
FlavorEvent s从这
Clipboard 。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.