API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
java.awt.datatransfer.
FlavorEvent
View Source
Author(s)
Alexander Gerasimov
Since
1.5
Version
1.3 11/17/05
Serial
Hierarchy
Object
EventObject
FlavorEvent
Implements
Subclasses
See DIRECT subclasses
Quick Links:
Constructors
Methods
Fields
NestedClasses
Description
public
class FlavorEvent
FlavorEvent
is used to notify interested parties that available
DataFlavor
s have changed in the
Clipboard
(the event source).
FlavorEvent
is used to notify interested parties
that available
DataFlavor
s have changed in the
Clipboard
(the event source).
See also:
FlavorListener
Constructors
public
FlavorEvent
(
Clipboard
source)
Constructs a
FlavorEvent
object.
Constructs a
FlavorEvent
object.
Parameters:
-
source
- the
Clipboard
that is the source of the event
Methods
Hide/Show inherited methods
public
Object
getSource
()
[Inherited From
EventObject
]
The object on which the Event initially occurred.
The object on which the Event initially occurred.
Returns:
The object on which the Event initially occurred.
public
String
toString
()
[Inherited From
EventObject
]
Returns a String representation of this EventObject.
Returns a String representation of this EventObject.
Returns:
A a String representation of this EventObject.
Fields
Hide/Show inherited fields
protected
transient
Object
source
[Inherited From
EventObject
]
The object on which the Event initially occurred.
Nested Classes
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar