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 available
DataFlavor
s have changed in the Clipboard
(the event source).- Since:
- 1.5
- See Also:
FlavorListener
, Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description FlavorEvent(Clipboard source)
Constructs aFlavorEvent
object. -
Method Summary
-
Constructor Details
-
FlavorEvent
Constructs aFlavorEvent
object.- Parameters:
source
- theClipboard
that is the source of the event- Throws:
IllegalArgumentException
- if thesource
isnull
-