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 SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionAbstractConverterStrategy(IViewerConvertable convertable) default constructor
- 
Method SummaryModifier and TypeMethodDescriptionCalled before conversion to display a waiting message to the userMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.axemble.vdoc.sdk.interfaces.IViewerConverterStrategyonException, onSuccess, start, toWidget
- 
Field Details- 
convertable
 
- 
- 
Constructor Details- 
AbstractConverterStrategydefault constructor- Parameters:
- convertable- the convertable to hold
 
 
- 
- 
Method Details- 
getWaitingMessageTranslationKeyDescription copied from interface:IViewerConverterStrategyCalled before conversion to display a waiting message to the user- Specified by:
- getWaitingMessageTranslationKeyin interface- IViewerConverterStrategy<T>
 
 
-