Serializable
OperationEvent.Copy
, OperationEvent.Move
, OperationEvent.Rename
public class OperationEvent extends EventObject
Modifier and Type | Class | Description |
---|---|---|
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.
|
source
Modifier and Type | Method | Description |
---|---|---|
DataObject |
getObject() |
Get the data object that has been modified.
|
String |
toString() |
getSource
public DataObject getObject()
public String toString()
toString
in class EventObject
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.