dsto.dfc.swing.dnd
Class ClipboardEvent

java.lang.Object
  extended by java.util.EventObject
      extended by dsto.dfc.swing.dnd.ClipboardEvent
All Implemented Interfaces:
Serializable

public class ClipboardEvent
extends EventObject

Fired by the ClipboardManager when the clipboard changes.

Version:
$Revision$
Author:
Matthew Phillips
See Also:
Serialized Form

Field Summary
protected  Transferable contents
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ClipboardEvent(Clipboard clipboard, Transferable contents)
           
 
Method Summary
 Clipboard getClipboard()
           
 Transferable getContents()
           
 
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
 

Field Detail

contents

protected Transferable contents
Constructor Detail

ClipboardEvent

public ClipboardEvent(Clipboard clipboard,
                      Transferable contents)
Method Detail

getClipboard

public Clipboard getClipboard()

getContents

public Transferable getContents()


Copyright © 2008 Commonwealth of Australia