public interface FlavorListener extends EventListener
FlavorEvents。
| Modifier and Type | Method and Description |
|---|---|
void |
flavorsChanged(FlavorEvent e)
当调用监听器的目标
Clipboard已经改变了它的可用
DataFlavors。
|
void flavorsChanged(FlavorEvent e)
Clipboard已经改变了它的可用
DataFlavors。
一些通知可能是多余的不改变在剪贴板上的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.