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 © 2012 JBoss by Red Hat. All Rights Reserved.