java.awt.datatransfer
Interface FlavorListener

All Superinterfaces:
EventListener

public interface FlavorListener
extends 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

void flavorsChanged(FlavorEvent event)