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
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.