java.lang.Object
java.util.EventObject
java.awt.datatransfer.FlavorEvent
- All Implemented Interfaces:
 Serializable
FlavorEvent is used to notify interested parties that available
 DataFlavors have changed in the Clipboard (the event source).- Since:
 - 1.5
 - See Also:
 
- 
Field Summary
Fields declared in class java.util.EventObject
source - 
Constructor Summary
Constructors - 
Method Summary
Methods declared in class java.util.EventObject
getSource, toString 
- 
Constructor Details
- 
FlavorEvent
Constructs aFlavorEventobject.- Parameters:
 source- theClipboardthat is the source of the event- Throws:
 IllegalArgumentException- if thesourceisnull
 
 -