jdk/src/share/classes/java/awt/datatransfer/FlavorListener.java
changeset 23588 b0269b21e313
parent 5506 202f599c92aa
equal deleted inserted replaced
23587:55ccc7b19f84 23588:b0269b21e313
    36 public interface FlavorListener extends EventListener {
    36 public interface FlavorListener extends EventListener {
    37     /**
    37     /**
    38      * Invoked when the target {@link Clipboard} of the listener
    38      * Invoked when the target {@link Clipboard} of the listener
    39      * has changed its available {@link DataFlavor}s.
    39      * has changed its available {@link DataFlavor}s.
    40      * <p>
    40      * <p>
    41      * Some notifications may be redundant &#151; they are not
    41      * Some notifications may be redundant &#8212; they are not
    42      * caused by a change of the set of DataFlavors available
    42      * caused by a change of the set of DataFlavors available
    43      * on the clipboard.
    43      * on the clipboard.
    44      * For example, if the clipboard subsystem supposes that
    44      * For example, if the clipboard subsystem supposes that
    45      * the system clipboard's contents has been changed but it
    45      * the system clipboard's contents has been changed but it
    46      * can't ascertain whether its DataFlavors have been changed
    46      * can't ascertain whether its DataFlavors have been changed