Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject java.awt.datatransfer.FlavorEvent
public class FlavorEvent extends EventObject
FlavorEvent
is used to notify interested parties
that available DataFlavor
s have changed in the
Clipboard
(the event source).
FlavorListener
,
Serialized FormModifier and Type | Field and Description |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor and Description |
---|
FlavorEvent(Clipboard source)
Constructs a FlavorEvent object. |
Modifier and Type | Method and Description |
---|
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FlavorEvent(Clipboard source)
FlavorEvent
object.
source
- the Clipboard
that is the source of the eventIllegalArgumentException
- if the source
is null
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.