T - the type of resourcepublic interface CloseHandler<T> extends EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
handleClose(T closed,
IOException exception)
Receive a notification that the resource was closed.
|
void handleClose(T closed, 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.