-
public interface ProcessExitInfoProvider
-
-
Method Summary
Modifier and Type Method Description abstract List<ExitInfo>
getHistoricalExitInfo(String packageName, int startIndex, int maxCount)
abstract List<Integer>
getSupportedTypesOfExitInfo()
-
-
Method Detail
-
getHistoricalExitInfo
abstract List<ExitInfo> getHistoricalExitInfo(String packageName, int startIndex, int maxCount)
-
getSupportedTypesOfExitInfo
abstract List<Integer> getSupportedTypesOfExitInfo()
-
-
-
-