Represents a command that implements the disposable pattern.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public abstract class DisposableCommand extends Command |
RemarksA DisposableCommand is automatically committed when disposed unless it has been already executed or cancelled.
Inheritance Hierarchyjava.lang.Object![]()
com.mindfusion.spreadsheet.Command
com.mindfusion.spreadsheet.DisposableCommand
com.mindfusion.spreadsheet.CompositeCommand
com.mindfusion.spreadsheet.TrackChangesCommand
See Also