|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Listener to operations on data objects. Can be attached to
the DataLoaderPool
and will receive information about operations taken on all
DataObject
s.
Method Summary | |
void |
operationCopy(OperationEvent.Copy ev)
Object has been successfully copied. |
void |
operationCreateFromTemplate(OperationEvent.Copy ev)
New instance of an object has been created. |
void |
operationCreateShadow(OperationEvent.Copy ev)
A shadow of a data object has been created. |
void |
operationDelete(OperationEvent ev)
Object has been successfully deleted. |
void |
operationMove(OperationEvent.Move ev)
Object has been successfully moved. |
void |
operationPostCreate(OperationEvent ev)
Object has been recognized by DataLoaderPool.findDataObject(org.openide.filesystems.FileObject) . |
void |
operationRename(OperationEvent.Rename ev)
Object has been successfully renamed. |
Method Detail |
public void operationPostCreate(OperationEvent ev)
DataLoaderPool.findDataObject(org.openide.filesystems.FileObject)
.
This allows listeners
to attach additional cookies, etc.
ev
- event describing the actionpublic void operationCopy(OperationEvent.Copy ev)
ev
- event describing the actionpublic void operationMove(OperationEvent.Move ev)
ev
- event describing the actionpublic void operationDelete(OperationEvent ev)
ev
- event describing the actionpublic void operationRename(OperationEvent.Rename ev)
ev
- event describing the actionpublic void operationCreateShadow(OperationEvent.Copy ev)
ev
- event describing the actionpublic void operationCreateFromTemplate(OperationEvent.Copy ev)
ev
- event describing the action
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |