public interface FlavorListener extends EventListener
FlavorEvent
的对象。
Modifier and Type | Method and Description |
---|---|
void |
flavorsChanged(FlavorEvent e)
当侦听器的目标 Clipboard 已更改其可用的DataFlavor s时调用。
|
void flavorsChanged(FlavorEvent e)
Clipboard
更改其可用的DataFlavor
s时调用。
有些通知可能是多余的? 它们不是由剪贴板上可用的DataFlavors集合的更改引起的。 例如,如果剪贴板子系统假设系统剪贴板的内容已经更改,但是在访问剪贴板时由于某些异常情况而无法确定其DataFlavors是否已被更改,则会发送通知以确保忽略重要的通知。 通常,这些冗余通知应该是偶尔的。
e
- 一个
FlavorEvent
对象
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.