@FunctionalInterface public static interface Packager.MainClassTimeoutWarningListener
Modifier and Type | Method and Description |
---|---|
void |
handleTimeoutWarning(long duration,
String mainMethod)
Handle a timeout warning.
|
void handleTimeoutWarning(long duration, String mainMethod)
duration
- the amount of time it took to find the main methodmainMethod
- the main method that was actually found