com.pepper.platform.program.actions
Interface FileImporter

All Superinterfaces:
Runnable

public interface FileImporter
extends Runnable

Interface used by ImportFilesAction and implemented by a program wishing to import files.

See Also:
ImportFilesAction

Method Summary
 void setFileArray(File[] files)
          Set the array of files the importer implementation needs to import
 void setFileList(List files)
          Set the List of files the importer implementation needs to import
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

setFileArray

void setFileArray(File[] files)
Set the array of files the importer implementation needs to import

Parameters:
files - a File[] array

setFileList

void setFileList(List files)
Set the List of files the importer implementation needs to import

Parameters:
files - List of files


Copyright © 2006-2007 Pepper Computer, Inc. All Rights Reserved.