onClose abstract method

void onClose()

Initiates the closure of all managed SingleAutoClosable and SubAutoClosable instances. The onClose operation handles the closure of these instances in accordance with the Closer's own lifecycle.

Implementation

void onClose();