JBoss Remoting 3.0.0.Beta2

org.jboss.remoting
Interface CloseHandler<T>

Type Parameters:
T - the type of resource

public interface CloseHandler<T>

A handler which is notified of a resource close.


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.0.0.Beta2

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