JBoss Remoting 3 3.2.0.CR6

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.0.CR6

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.