org.jprocessunit.addon.common
Class FileCopyEvent

java.lang.Object
  extended by org.jprocessunit.ActionEvent
      extended by org.jprocessunit.addon.common.FileCopyEvent
All Implemented Interfaces:
ProcessEvent

public class FileCopyEvent
extends ActionEvent

Action event used to copy a file.

Author:
Reza Shafii

Constructor Summary
FileCopyEvent(java.io.File source, java.io.File target)
           
 
Method Summary
 void performAction()
          Method should be overriden by all subclasses to implement the action to be performed.
 
Methods inherited from class org.jprocessunit.ActionEvent
assertEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileCopyEvent

public FileCopyEvent(java.io.File source,
                     java.io.File target)
Method Detail

performAction

public void performAction()
Description copied from class: ActionEvent
Method should be overriden by all subclasses to implement the action to be performed.

Specified by:
performAction in class ActionEvent


JProcessUnit API