| org.directwebremoting.guice.ContextCloseHandler
ContextCloseHandler | public interface ContextCloseHandler (Code) | | Called for each instance in a context when the context is closed.
author: Tim Peierls [tim at peierls dot net] |
Method Summary | |
void | close(T object) Action to take when the context containing
object is closed. | Class<T> | type() The type of objects handled by this handler. |
close | void close(T object) throws Exception(Code) | | Action to take when the context containing
object is closed.
|
type | Class<T> type()(Code) | | The type of objects handled by this handler.
|
|
|