Search
DisposableCommand Class
Remarks See Also
 






Represents a command that implements the disposable pattern.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public abstract class DisposableCommand extends Command

 Remarks

A DisposableCommand is automatically committed when disposed unless it has been already executed or cancelled.

 Inheritance Hierarchy

java.lang.Object
    com.mindfusion.spreadsheet.Command
        com.mindfusion.spreadsheet.DisposableCommand
            com.mindfusion.spreadsheet.CompositeCommand
            com.mindfusion.spreadsheet.TrackChangesCommand

 See Also