站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

OperationEvent (NetBeans Loaders API) - NetBeans API Javadoc 5.0.0

 

org.openide.loaders
Class OperationEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.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

Nested 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.
 
Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 DataObject getObject()
          Get the data object that has been modified.
 String toString()
           
 
Methods inherited from class java.util.EventObject
getSource
 
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

toString

public String toString()

 

Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.