These constants are in this separate interface so that classes that need to reference these constants can simply implement this interface and reference them directly like REPORT_TYPE_CANCEL == [some test] instead of having to fully reference them like IProgressReportConstants.REPORT_TYPE_CANCEL == [some test]
@author knguyen
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|