- java.lang.Object
-
- java.util.EventObject
-
- java.awt.datatransfer.FlavorEvent
-
- All Implemented Interfaces:
Serializable
public class FlavorEvent extends EventObject
FlavorEvent
is used to notify interested parties that availableDataFlavor
s have changed in theClipboard
(the event source).- Since:
- 1.5
- See Also:
FlavorListener
, Serialized Form
-
-
Field Summary
-
Fields declared in class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description FlavorEvent(Clipboard source)
Constructs aFlavorEvent
object.
-
-
-
Constructor Detail
FlavorEvent
public FlavorEvent(Clipboard source)
Constructs aFlavorEvent
object.- Parameters:
source
- theClipboard
that is the source of the event- Throws:
IllegalArgumentException
- if thesource
isnull
-