C# Class Catrobat.Core.Services.Common.SaveHandler

ファイルを表示 Open project: Catrobat/CatrobatForWindows

Public Properties

Property Type Description
QueueLock Object

Public Methods

Method Description
Execute ( ) : void
GetQueue ( ) : Queue
StopSaveThread ( ) : void
addSaveJob ( System.Program toSave ) : void

Method Details

Execute() public static method

public static Execute ( ) : void
return void

GetQueue() public static method

public static GetQueue ( ) : Queue
return Queue

StopSaveThread() public static method

public static StopSaveThread ( ) : void
return void

addSaveJob() public static method

public static addSaveJob ( System.Program toSave ) : void
toSave System.Program
return void

Property Details

QueueLock public_oe static_oe property

public static Object QueueLock
return Object