org.salespointframework.desktop.strategies
Interface FormSheetStrategy.ErrorHandler
- All Superinterfaces:
- ProcessErrorCodes
- Enclosing class:
- FormSheetStrategy
public static interface FormSheetStrategy.ErrorHandler
- extends ProcessErrorCodes
Interface that defines a error handling strategy for a FormSheetStrategy
.
- Since:
- v2.0
- Version:
- 2.0 18/08/1999
- Author:
- Steffen Zschaler
error
void error(SaleProcess p,
int nErrorCode)
- Handle an error.
- Parameters:
p
- the process in which the error occurred.nErrorCode
- an int value describing the error.