Class ProcessCommand

java.lang.Object
de.swa.ui.command.AbstractCommand
de.swa.ui.command.ProcessCommand
All Implemented Interfaces:
java.lang.Runnable

public class ProcessCommand
extends AbstractCommand
implements java.lang.Runnable
class to encapsulate the Process Command
  • Constructor Summary

    Constructors 
    Constructor Description
    ProcessCommand​(java.io.File f)  
  • Method Summary

    Modifier and Type Method Description
    void execute()  
    void run()  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details