public class

FlavorEvent

extends EventObject
java.lang.Object
   ↳ java.util.EventObject
     ↳ java.awt.datatransfer.FlavorEvent

Class Overview

FlavorEvent is used to notify interested parties that available DataFlavors have changed in the Clipboard (the event source).

See Also

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
FlavorEvent(Clipboard source)
Constructs a FlavorEvent object.
[Expand]
Inherited Methods
From class java.util.EventObject
From class java.lang.Object

Public Constructors

public FlavorEvent (Clipboard source)

Constructs a FlavorEvent object.

Parameters
source the Clipboard that is the source of the event