|
|||||||||
| Home >> All >> java >> awt >> [ datatransfer overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.awt.datatransfer
Interface FlavorListener

- All Superinterfaces:
- java.util.EventListener
- public interface FlavorListener
- extends java.util.EventListener
Interface for tagging an interest in FlavorEvents by a class. The flavorsChanged() method will be called with a FlavorEvent pointing to the Clipboard which has content in different Flavors available.
| Method Summary | |
void |
flavorsChanged(FlavorEvent event)
|
| Method Detail |
flavorsChanged
public void flavorsChanged(FlavorEvent event)
|
|||||||||
| Home >> All >> java >> awt >> [ datatransfer overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC