com.f1j.ss.pivot
Interface ErrorListener
- public interface ErrorListener
- extends java.util.EventListener
This interface defines the ErrorListener API. When a nonfatal error
occurs during the processing of a PivotRange, one of these methods will
be called.
|
Inner Class Summary |
static class |
ErrorListener.EType
Enumeration class for defining the types of errors. |
onError
public void onError(ErrorListener.EType type)
- Called when an error occurs during the manipulation of a PivotRange.
- Parameters:
type - The error that occurred.- Since:
- 11.0
- See Also:
ErrorListener.EType