org.openide.util.datatransfer
Class ClipboardEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--org.openide.util.datatransfer.ClipboardEvent
All Implemented Interfaces:
Serializable

public final class ClipboardEvent
extends EventObject

Event describing change of clipboard content.

See Also:
ExClipboard, Serialized Form

Fields inherited from class java.util.EventObject
source
 
Method Summary
 void consume()
          Marks this event consumed.
 ExClipboard getClipboard()
          Get the clipboard where operation occurred.
 boolean isConsumed()
          Has this event been consumed?
 
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
 

Method Detail

getClipboard

public ExClipboard getClipboard()
Get the clipboard where operation occurred.
Returns:
the clipboard

consume

public void consume()
Marks this event consumed. Can be used by listeners that are sure that their own reaction to the event is really significant, to inform other listeners that they need not do anything.

isConsumed

public boolean isConsumed()
Has this event been consumed?
Returns:
true if it has


Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.