Package zombie.asset

Class AssetTask_RunFileTask

java.lang.Object
zombie.asset.AssetTask
zombie.asset.AssetTask_RunFileTask

public final class AssetTask_RunFileTask
extends AssetTask
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected FileTask m_file_task  

    Fields inherited from class zombie.asset.AssetTask

    m_asset
  • Constructor Summary

    Constructors
    Constructor Description
    AssetTask_RunFileTask​(FileTask fileTask, Asset asset)  
  • Method Summary

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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • m_file_task

      protected final FileTask m_file_task
  • Constructor Details

    • AssetTask_RunFileTask

      public AssetTask_RunFileTask​(FileTask fileTask, Asset asset)
  • Method Details