OperationFinishedEventArgs
Inheritance: java.lang.Object, com.groupdocs.search.events.EventArgs, com.groupdocs.search.events.BaseIndexEventArgs
public class OperationFinishedEventArgs extends BaseIndexEventArgs
Represents arguments for the event of the indexing operation is finished.
Learn more
Methods
Method | Description |
---|---|
getMessage() | Gets the message. |
getOperationType() | Gets the operation type. |
getMessage()
public final String getMessage()
Gets the message.
Returns: java.lang.String - The message.
getOperationType()
public final OperationType getOperationType()
Gets the operation type.
Returns: OperationType - The operation type.