wt.folder
Class FolderServiceEvent

java.lang.Object
  extended by wt.events.KeyedEvent
      extended by wt.folder.FolderServiceEvent
All Implemented Interfaces:
wt.events.summary.SummarizedEvent

public final class FolderServiceEvent
extends KeyedEvent

Used to represent events occuring within the FolderService.

Supported API: true

Extendable: false


Method Summary
 Folder getDestinationFolder()
          Return the destination folder (the one the object is being moved to).
 Folder getSourceFolder()
          Return the source folder of the target object (the one it's being changed from).
 FolderEntry getTarget()
          Return the target of this event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getTarget

public FolderEntry getTarget()
Return the target of this event.

Supported API: true
Extendable: false

Returns:
FolderEntry the target of this event.

getSourceFolder

public Folder 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

public Folder 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