Interface Packager.MainClassTimeoutWarningListener
- Enclosing class:
- Packager
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback interface used to present a warning when finding the main class takes too
long.
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleTimeoutWarning(long duration, String mainMethod) Handle a timeout warning.
-
Method Details
-
handleTimeoutWarning
Handle a timeout warning.- Parameters:
duration- the amount of time it took to find the main methodmainMethod- the main method that was actually found
-