Package wt.folder

Class FolderServiceEvent

java.lang.Object
wt.events.KeyedEvent
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 Details

    • 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