Package com.aspose.tasks
Class FontResolveCallbackDelegate
- java.lang.Object
-
- com.aspose.ms.System.Delegate
-
- com.aspose.ms.System.MulticastDelegate
-
- com.aspose.tasks.FontResolveCallbackDelegate
-
public abstract class FontResolveCallbackDelegate extends com.aspose.ms.System.MulticastDelegate
Represents a method callback to handle font resolve event.
-
-
Constructor Summary
Constructors Constructor Description FontResolveCallbackDelegate()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
invoke(FontResolveEventArgs args)
Represents a method callback to handle font resolve event.-
Methods inherited from class com.aspose.ms.System.MulticastDelegate
getDelegateId, getInvocationList, op_Equality, op_Inequality
-
-
-
-
Method Detail
-
invoke
public abstract void invoke(FontResolveEventArgs args)
Represents a method callback to handle font resolve event.- Parameters:
args
- the instance of theFontResolveEventArgs
class that contains the callback data.
-
-