
T - the type of resourcepublic interface CloseHandler<T>
extends java.util.EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
handleClose(T closed,
java.io.IOException exception)
Receive a notification that the resource was closed.
|
void handleClose(T closed, java.io.IOException exception)
closed - the closed resourceexception - the exception which occurred during close, if anyCopyright © 2014 JBoss, a division of Red Hat, Inc.. All Rights Reserved.