JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.espertech.esper.common.internal.util
Interface DestroyCallback
public interface
DestroyCallback
General pupose callback to destroy a resource and free it's underlying resources.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
destroy
()
Destroys the underlying resources.
Method Details
destroy
void
destroy
()
Destroys the underlying resources.