Ontimize 5.2072EN

com.ontimize.gui.actions
Class AttachmentFileAction.SendThread

java.lang.Object
  extended byjava.lang.Thread
      extended bycom.ontimize.gui.OperationThread
          extended bycom.ontimize.gui.ExtendedOperationThread
              extended bycom.ontimize.gui.actions.AttachmentFileAction.SendThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
AttachmentFileAction

protected class AttachmentFileAction.SendThread
extends ExtendedOperationThread


Field Summary
protected  Form currentForm
           
protected  java.lang.String description
           
protected  java.io.File selectedForm
           
protected  java.lang.String uriSoundPath
           
 
Fields inherited from class com.ontimize.gui.ExtendedOperationThread
currentPosition, estimatedTimeLeft, progressDivisions, UNKNOWN
 
Fields inherited from class com.ontimize.gui.OperationThread
cancelled, hasFinished, hasStarted, OPERATION_CANCELLED, res, status, t
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
AttachmentFileAction.SendThread(Form f, java.io.File selectedFile, java.lang.String sDescription, java.lang.String uriSound)
           
 
Method Summary
 void run()
           
protected  void uploadFinished()
           
 
Methods inherited from class com.ontimize.gui.ExtendedOperationThread
getCurrentPosition, getEstimagedTimeLeftText, getEstimatedTimeLeft, getProgressDivisions
 
Methods inherited from class com.ontimize.gui.OperationThread
cancel, getDescription, getResult, getStatus, hasFinished, hasStarted, isCancelled
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

currentForm

protected Form currentForm

selectedForm

protected java.io.File selectedForm

description

protected java.lang.String description

uriSoundPath

protected java.lang.String uriSoundPath
Constructor Detail

AttachmentFileAction.SendThread

public AttachmentFileAction.SendThread(Form f,
                                       java.io.File selectedFile,
                                       java.lang.String sDescription,
                                       java.lang.String uriSound)
Method Detail

uploadFinished

protected void uploadFinished()

run

public void run()

Ontimize