java.lang.Object
java.util.EventObject
java.awt.datatransfer.FlavorEvent
- All Implemented Interfaces:
Serializable
FlavorEvent
is used to notify interested parties that available
DataFlavor
s 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
-
Method Summary
Methods declared in class java.util.EventObject
getSource, toString
-
Constructor Details
-
FlavorEvent
Constructs aFlavorEvent
object.- Parameters:
source
- theClipboard
that is the source of the event- Throws:
IllegalArgumentException
- if thesource
isnull
-