Package com.aspose.tasks
Class ParseErrorCallback
- java.lang.Object
-
- com.aspose.ms.System.Delegate
-
- com.aspose.ms.System.MulticastDelegate
-
- com.aspose.tasks.ParseErrorCallback
-
public abstract class ParseErrorCallback extends com.aspose.ms.System.MulticastDelegate
Represents a method callback to handle parse errors that can happen when reading xml data.
-
-
Constructor Summary
Constructors Constructor Description ParseErrorCallback()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract Object
invoke(Object sender, ParseErrorArgs args)
-
Methods inherited from class com.aspose.ms.System.MulticastDelegate
getDelegateId, getInvocationList, op_Equality, op_Inequality
-
-
-
-
Method Detail
-
invoke
public abstract Object invoke(Object sender, ParseErrorArgs args)
-
-