日航班计划下载事件处理

This commit is contained in:
zhouxiunai
2018-12-11 11:59:07 +08:00
parent edc63516dc
commit cd209ee926
3 changed files with 98 additions and 0 deletions
@@ -22,6 +22,14 @@ public class HandlerResult {
this.fltrs = fltrs;
}
public static HandlerResult success()
{
HandlerResult handlerResult = new HandlerResult();
handlerResult.isSuccess = true;
return handlerResult;
}//end function
public static HandlerResult success(SCHD.FLTR fltr)
{