Main Content
com.mathworks.toolbox.javabuilder.Disposable Class
Namespace: com.mathworks.toolbox.javabuilder
Java interface for releasing native resources used by classes
Description
Declaration
public interface Disposable
The Disposable interface is implemented by all classes that contain native resources that need to be freed. All MWArray sub-classes, as well as classes generated by the MATLAB Compiler, implement this interface
All Known Implementing Classes:
MWArray
, MWCellArray
, MWCharArray
,
MWFunctionHandle
, MWJavaObjectRef
,
MWLogicalArray
, MWMatrixRef
,
MWNumericArray
, MWStringArray
,
MWStructArray
Methods
Version History
Introduced in R2006a