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