Uses of Interface
org.stanwood.media.actions.IActionEventHandler

Packages that use IActionEventHandler
org.stanwood.media.actions   
org.stanwood.media.actions.command   
org.stanwood.media.actions.podcast   
org.stanwood.media.actions.rename   
 

Uses of IActionEventHandler in org.stanwood.media.actions
 

Classes in org.stanwood.media.actions that implement IActionEventHandler
 class ActionPerformer
          This class is used to perform a list of actions upon files in a media directory
 

Methods in org.stanwood.media.actions with parameters of type IActionEventHandler
 void IAction.perform(MediaDirectory dir, IEpisode episode, java.io.File mediaFile, IActionEventHandler actionEventHandler)
          Used to perform the action upon a TV episode file.
 void IAction.perform(MediaDirectory dir, IFilm film, java.io.File mediaFile, java.lang.Integer part, IActionEventHandler actionEventHandler)
          Used to perform the action upon a film file.
 void AbstractAction.performOnDirectory(MediaDirectory dir, java.io.File file, IActionEventHandler actionEventHandler)
          This is called so the action can perform on directories within the media directory
 void IAction.performOnDirectory(MediaDirectory mediaDir, java.io.File dir, IActionEventHandler actionEventHandler)
          This is called so the action can perform on directories within the media directory
 

Uses of IActionEventHandler in org.stanwood.media.actions.command
 

Methods in org.stanwood.media.actions.command with parameters of type IActionEventHandler
 void ExecuteSystemCommandAction.perform(MediaDirectory dir, IEpisode episode, java.io.File mediaFile, IActionEventHandler actionEventHandler)
          This will execute the command in the parameter on the mediaFile if the parameter is set.
 void ExecuteSystemCommandAction.perform(MediaDirectory dir, IFilm film, java.io.File mediaFile, java.lang.Integer part, IActionEventHandler actionEventHandler)
          This will execute the command in the parameter on the mediaFile if the parameter is set.
 void ExecuteSystemCommandAction.performOnDirectory(MediaDirectory dir, java.io.File mediaDir, IActionEventHandler actionEventHandler)
          This will execute the command in the parameter on the directory if the parameter is set.
protected  void ExecuteSystemCommandAction.sendEvents(IActionEventHandler actionEventHandler, java.io.File mediaFile)
           
 

Uses of IActionEventHandler in org.stanwood.media.actions.podcast
 

Methods in org.stanwood.media.actions.podcast with parameters of type IActionEventHandler
 void PodCastAction.perform(MediaDirectory dir, IEpisode episode, java.io.File mediaFile, IActionEventHandler actionEventHandler)
          Used to perform the action upon a TV episode file.
 void PodCastAction.perform(MediaDirectory dir, IFilm film, java.io.File mediaFile, java.lang.Integer part, IActionEventHandler actionEventHandler)
          Used to perform the action upon a film file.
 

Uses of IActionEventHandler in org.stanwood.media.actions.rename
 

Methods in org.stanwood.media.actions.rename with parameters of type IActionEventHandler
 void RenameAction.perform(MediaDirectory dir, IEpisode episode, java.io.File mediaFile, IActionEventHandler actionEventHandler)
          Perform the rename action of the file files
 void RenameAction.perform(MediaDirectory dir, IFilm film, java.io.File mediaFile, java.lang.Integer part, IActionEventHandler actionEventHandler)
          Perform the rename action of the file files
 void RenameAction.performOnDirectory(MediaDirectory mediaDir, java.io.File dir, IActionEventHandler actionEventHandler)
          If the "pruneEmptyFolders" option has been set, then this will delete any empty directories it finds.