Interface DisposableHandle.DisposeAutomatonHandle<H>

Type Parameters:
H - The type of the handle.
All Superinterfaces:
DisposableHandle<H>
Enclosing interface:
DisposableHandle<H>

public static interface DisposableHandle.DisposeAutomatonHandle<H> extends DisposableHandle<H>
The DisposableHandle.DisposeAutomatonHandle interface defines those methods related to the handle based dispose life-cycle. The handle reference requires the DisposeAutomaton interface to be implemented.