Package overit.geocall.util
Interface SuccessfulCompleteHandler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface for handlers invoked when a Thread terminates.
-
Method Summary
-
Method Details
-
handle
Method invoked when the given thread terminates- Parameters:
t- the thread
-