Package wt.folder
Class FolderServiceEvent
java.lang.Object
wt.events.KeyedEvent
wt.folder.FolderServiceEvent
- All Implemented Interfaces:
wt.events.summary.SummarizedEvent
Used to represent events occuring within the FolderService.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionReturn the destination folder (the one the object is being moved to).Return the source folder of the target object (the one it's being changed from).Return the target of this event.Methods inherited from class wt.events.KeyedEvent
generateEventKey, getEventKey, getEventTarget, getEventType
-
Method Details
-
getTarget
Return the target of this event.
Supported API: true
Extendable: false- Returns:
- FolderEntry the target of this event.
-
getSourceFolder
Return the source folder of the target object (the one it's being changed from).
Supported API: true
Extendable: false- Returns:
- the original folder of the target object
-
getDestinationFolder
Return the destination folder (the one the object is being moved to).
Supported API: true
Extendable: false- Returns:
- the destination folder for the target object
-