org.openide.loaders
Class OperationEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--org.openide.loaders.OperationEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
OperationEvent.Copy, OperationEvent.Move, OperationEvent.Rename

public class OperationEvent
extends EventObject

Event that describes operations taken on a data object.

See Also:
Serialized Form

Inner Class Summary
static class OperationEvent.Copy
          Notification of a copy action of a data object, creation of a shadow, or creation from a template.
static class OperationEvent.Move
          Notification of a move of a data object.
static class OperationEvent.Rename
          Notification of a rename of a data object.
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 DataObject getObject()
          Get the data object that has been modified.
 
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

getObject

public DataObject getObject()
Get the data object that has been modified.
Returns:
the data object


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