JBoss Remoting 3 3.2.14.GA-redhat-1

org.jboss.remoting3
Interface CloseHandler<T>

Type Parameters:
T - the type of resource
All Superinterfaces:
EventListener

public interface CloseHandler<T>
extends EventListener

A handler which is notified of a resource close.


Method Summary
 void handleClose(T closed, IOException exception)
          Receive a notification that the resource was closed.
 

Method Detail

handleClose

void handleClose(T closed,
                 IOException exception)
Receive a notification that the resource was closed.

Parameters:
closed - the closed resource
exception - the exception which occurred during close, if any

JBoss Remoting 3 3.2.14.GA-redhat-1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.