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 © 2017 JBoss by Red Hat. All rights reserved.