Package com.axemble.vdoc.sdk.viewer
Class AbstractConverterStrategy<T>
java.lang.Object
com.axemble.vdoc.sdk.viewer.AbstractConverterStrategy<T>
- Type Parameters:
T
- the convert strategy result type
- All Implemented Interfaces:
IViewerConverterStrategy<T>
public abstract class AbstractConverterStrategy<T>
extends Object
implements IViewerConverterStrategy<T>
an abstract convert strategy than hold a convertable
-
Field Summary
-
Constructor Summary
ConstructorDescriptionAbstractConverterStrategy
(IViewerConvertable convertable) default constructor -
Method Summary
Modifier and TypeMethodDescriptionCalled before conversion to display a waiting message to the userMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.axemble.vdoc.sdk.interfaces.IViewerConverterStrategy
onException, onSuccess, start, toWidget
-
Field Details
-
convertable
-
-
Constructor Details
-
AbstractConverterStrategy
default constructor- Parameters:
convertable
- the convertable to hold
-
-
Method Details
-
getWaitingMessageTranslationKey
Description copied from interface:IViewerConverterStrategy
Called before conversion to display a waiting message to the user- Specified by:
getWaitingMessageTranslationKey
in interfaceIViewerConverterStrategy<T>
-