org.browsecode.helpers.controlcomputer
Class ControlThisComputer.LocalSearchForFile

java.lang.Object
  extended by org.browsecode.helpers.controlcomputer.ControlThisComputer.LocalSearchForFile
All Implemented Interfaces:
java.lang.Runnable, ControlComputerInterface.SearchForFile
Enclosing class:
ControlThisComputer

public class ControlThisComputer.LocalSearchForFile
extends java.lang.Object
implements ControlComputerInterface.SearchForFile


Constructor Summary
ControlThisComputer.LocalSearchForFile()
           
 
Method Summary
 java.lang.String getErrorMessage()
           
 java.lang.String getFile()
           
 java.io.File isFileInstalledLocally(java.io.File[] files)
           
 void run()
           
 void stopSearching()
           
 void userFoundFile(java.lang.String filename)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControlThisComputer.LocalSearchForFile

public ControlThisComputer.LocalSearchForFile()
Method Detail

getErrorMessage

public java.lang.String getErrorMessage()
Specified by:
getErrorMessage in interface ControlComputerInterface.SearchForFile

getFile

public java.lang.String getFile()
Specified by:
getFile in interface ControlComputerInterface.SearchForFile

isFileInstalledLocally

public java.io.File isFileInstalledLocally(java.io.File[] files)

userFoundFile

public void userFoundFile(java.lang.String filename)
Specified by:
userFoundFile in interface ControlComputerInterface.SearchForFile

stopSearching

public void stopSearching()
Specified by:
stopSearching in interface ControlComputerInterface.SearchForFile

run

public void run()
Specified by:
run in interface java.lang.Runnable