com.jniwrapper.win32.ole
Interface IPropertyNotifySink

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

public interface IPropertyNotifySink
extends IUnknown

This interface is used by a sink object for receiving notifications about changes in a property of the object that implements IPropertyNotifySink interface.

See Also:
Microsoft COM SDK documentation

Field Summary
static java.lang.String INTERFACE_IDENTIFIER
           
 
Method Summary
 void onChanged(Int32 dispID)
           
 void onRequestEdit(Int32 dispID)
           
 
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

onChanged

public void onChanged(Int32 dispID)
               throws ComException
Parameters:
dispID - [in]
Throws:
ComException

onRequestEdit

public void onRequestEdit(Int32 dispID)
                   throws ComException
Parameters:
dispID - [in]
Throws:
ComException