Package com.avaya.clientservices.common
Interface Disposable
-
public interface DisposableInterface for disposable objects. Implementation of this method should call native dispose method and all native resources should be properly destroyed after that call.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddispose()Destroys all native resources related to object which implements this interface.
-