Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

java.awt.datatransfer
Interface FlavorListener  view FlavorListener download FlavorListener.java

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)