org.openide.loaders
Class OperationEvent.Move

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--org.openide.loaders.OperationEvent
              |
              +--org.openide.loaders.OperationEvent.Move
All Implemented Interfaces:
Serializable
Enclosing class:
OperationEvent

public static final class OperationEvent.Move
extends OperationEvent

Notification of a move of a data object.

See Also:
Serialized Form

Inner classes inherited from class org.openide.loaders.OperationEvent
OperationEvent.Copy, OperationEvent.Move, OperationEvent.Rename
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 FileObject getOriginalPrimaryFile()
          Get the original primary file.
 
Methods inherited from class org.openide.loaders.OperationEvent
getObject
 
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

getOriginalPrimaryFile

public FileObject getOriginalPrimaryFile()
Get the original primary file.
Returns:
the file


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