コード例 #1
0
		public BackgroundCompiler(SourceEditor editor) {
			this.editor = editor;
			Environment.addProjectBuildListener(this);
		}
コード例 #2
0
 public BackgroundCompiler(SourceEditor editor)
 {
     this.editor = editor;
     Environment.addProjectBuildListener(this);
 }