com.jniwrapper.win32.ole
Interface IPreviewCallback

All Superinterfaces:
AutoDeleteParameter, IUnknown
All Known Implementing Classes:
IPreviewCallbackImpl

public interface IPreviewCallback
extends IUnknown


Field Summary
static java.lang.String INTERFACE_IDENTIFIER
           
 
Method Summary
 void Notify(Int32 wStatus, Int32 nLastPage, WideString previewStatus)
           
 
Methods inherited from interface com.jniwrapper.win32.com.IUnknown
addRef, isNull, queryInterface, release, setNull
 
Methods inherited from interface com.jniwrapper.AutoDeleteParameter
isAutoDelete, setAutoDelete
 

Field Detail

INTERFACE_IDENTIFIER

public static final java.lang.String INTERFACE_IDENTIFIER
See Also:
Constant Field Values
Method Detail

Notify

public void Notify(Int32 wStatus,
                   Int32 nLastPage,
                   WideString previewStatus)