JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
com.sshtools.volman.core
Package
com.sshtools.volman.core
Interface UndoableResult<R>
public interface
UndoableResult<R>
Method Summary
All Methods
Static Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
static <R>
UndoableResult
<R>
defaultResult
()
R
getValue
()
void
undo
()
Method Details
defaultResult
static
<R>
UndoableResult
<R>
defaultResult
()
getValue
R
getValue
()
undo
void
undo
() throws
IOException
Throws:
IOException