C# 클래스 Catrobat.Core.Services.Common.SaveHandler

파일 보기 프로젝트 열기: Catrobat/CatrobatForWindows

공개 프로퍼티들

프로퍼티 타입 설명
QueueLock Object

공개 메소드들

메소드 설명
Execute ( ) : void
GetQueue ( ) : Queue
StopSaveThread ( ) : void
addSaveJob ( System.Program toSave ) : void

메소드 상세

Execute() 공개 정적인 메소드

public static Execute ( ) : void
리턴 void

GetQueue() 공개 정적인 메소드

public static GetQueue ( ) : Queue
리턴 Queue

StopSaveThread() 공개 정적인 메소드

public static StopSaveThread ( ) : void
리턴 void

addSaveJob() 공개 정적인 메소드

public static addSaveJob ( System.Program toSave ) : void
toSave System.Program
리턴 void

프로퍼티 상세

QueueLock 공개적으로 정적으로 프로퍼티

public static Object QueueLock
리턴 Object