1 /* 2 * ======== ProgressCallBack ======== 3 */ 4 metaonly module ProgressCallBack inherits xdc.rov.ICallBack { 5 6 instance: 7 8 create(); 9 10 /*! 11 * ======== args ======== 12 * Optional arguments to the callback 13 */ 14 config Any args; 15 }