com.jniwrapper.win32.ole
Interface IAdviseSink

All Superinterfaces:
AutoDeleteParameter, IUnknown
All Known Implementing Classes:
IAdviseSinkImpl, OleClientSiteImpl

public interface IAdviseSink
extends IUnknown

This interface is used to receive notifications about changes in the state of the object.

See Also:
Microsoft COM SDK documentation

Field Summary
static java.lang.String INTERFACE_IDENTIFIER
           
 
Method Summary
 void onClose()
           
 void onDataChange(FormatEtc pformatetc, StgMedium pStgmed)
           
 void onRename(IMoniker pmk)
           
 void onSave()
           
 void onViewChange(DvAspect dwAspect, Int32 lindex)
           
 
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

onDataChange

public void onDataChange(FormatEtc pformatetc,
                         StgMedium pStgmed)
Parameters:
pformatetc - [in]
pStgmed - [in]

onViewChange

public void onViewChange(DvAspect dwAspect,
                         Int32 lindex)
Parameters:
dwAspect - [in]
lindex - [in]

onRename

public void onRename(IMoniker pmk)
Parameters:
pmk - [in]

onSave

public void onSave()

onClose

public void onClose()