FileDocCategorySizeDatePackage
FlavorEvent.javaAPI DocJava SE 5 API788Fri Aug 26 14:56:46 BST 2005java.awt.datatransfer

FlavorEvent

public class FlavorEvent extends EventObject
FlavorEvent is used to notify interested parties that available {@link DataFlavor}s have changed in the {@link Clipboard} (the event source).
see
FlavorListener
version
1.2 12/19/03
author
Alexander Gerasimov
since
1.5

Fields Summary
Constructors Summary
public FlavorEvent(Clipboard source)
Constructs a FlavorEvent object.

param
source the Clipboard that is the source of the event

        super(source);
    
Methods Summary