JBoss Remoting 3.1.0.Beta1

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.

This interface is part of the Remoting 3 public API, and is intended to be implemented by users of this API. Abstract members will generally not be added to such types so as to avoid backwards compatibility problems.


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

Method Detail

handleClose

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

Parameters:
closed - the closed resource

JBoss Remoting 3.1.0.Beta1

Copyright © 2010 JBoss, a division of Red Hat, Inc.