Package net.officefloor.gef.editor
Interface AdaptedErrorHandler.UncertainOperation
-
- Enclosing interface:
- AdaptedErrorHandler
public static interface AdaptedErrorHandler.UncertainOperation
Function
interface for an uncertain operation that may fail.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run()
Uncertain logic.
-