org.jprocessunit.addon.common
Class FileDeleteEvent

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

public class FileDeleteEvent
extends ActionEvent

Action event used to delete a file.

Author:
Reza Shafii

Constructor Summary
FileDeleteEvent(java.io.File fileToDelete)
           
 
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

FileDeleteEvent

public FileDeleteEvent(java.io.File fileToDelete)
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