EventHubBase
Leave feedback
On this page
Inheritance: java.lang.Object
public abstract class EventHubBase
The base abstract class for event hubs.
| Constructor | Description |
|---|---|
| EventHubBase() |
public EventHubBase()
public abstract void raiseErrorOccurredPublic(String message, boolean isCritical)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| message | java.lang.String | |
| isCritical | boolean |
raiseImagePreparingPublic(String documentKey, String[] innerPath, int imageIndex, ImageFrame[] frames, InputStream stream)
public abstract void raiseImagePreparingPublic(String documentKey, String[] innerPath, int imageIndex, ImageFrame[] frames, InputStream stream)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| documentKey | java.lang.String | |
| innerPath | java.lang.String[] | |
| imageIndex | int | |
| frames | ImageFrame[] | |
| stream | java.io.InputStream |
public abstract String raisePasswordRequiredPublic(String filePath)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| filePath | java.lang.String |
Returns: java.lang.String
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.