com.businesslink.sgi.eventhandlers
Class CopyFile

java.lang.Object
  |
  +--com.businesslink.sgi.eventhandlers.CopyFile

public class CopyFile
extends java.lang.Object
implements StrategiEventHandler

Copies all event data to a target output file.


Constructor Summary
CopyFile()
           
 
Method Summary
 void copyFile(StrategiEvent event)
           
 void processEvent(StrategiEvent event)
          Processes a single Strategi event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopyFile

public CopyFile()
Method Detail

processEvent

public void processEvent(StrategiEvent event)
                  throws java.lang.Throwable
Description copied from interface: StrategiEventHandler
Processes a single Strategi event. This method is called whenever a new event is available and ready to be processed.
Specified by:
processEvent in interface StrategiEventHandler
Tags copied from interface: StrategiEventHandler
Parameters:
evt - the Strategi event to process.

copyFile

public void copyFile(StrategiEvent event)
              throws java.lang.Throwable