java.awt.datatransfer
public class: FlavorEvent [javadoc |
source]
java.lang.Object
java.util.EventObject
java.awt.datatransfer.FlavorEvent
FlavorEvent
is used to notify interested parties
that available
DataFlavor s have changed in the
Clipboard (the event source).
Constructor: |
public FlavorEvent(Clipboard source) {
super(source);
}
Constructs a FlavorEvent object. Parameters:
source - the Clipboard that is the source of the event
Throws:
IllegalArgumentException - if the {@code source} is {@code null}
|
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |