org.jinterop.dcom.win32
Interface IJIOleClientSite

All Superinterfaces:
IJIUnknown

public interface IJIOleClientSite
extends IJIUnknown

This interface enables communications between an object and its container.

Since:
1.0

Field Summary
static java.lang.String IID
           
 
Method Summary
 JIInterfacePointer getContainer()
           
 void onShowWindow(boolean fShow)
           
 void requestNewObjectLayout()
           
 void saveObject()
           
 void showObject()
           
 
Methods inherited from interface org.jinterop.dcom.core.IJIUnknown
addRef, queryInterface, release
 

Field Detail

IID

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

saveObject

void saveObject()
                throws JIException
Throws:
JIException

getContainer

JIInterfacePointer getContainer()
                                throws JIException
Throws:
JIException

showObject

void showObject()
                throws JIException
Throws:
JIException

onShowWindow

void onShowWindow(boolean fShow)
                  throws JIException
Throws:
JIException

requestNewObjectLayout

void requestNewObjectLayout()
                            throws JIException
Throws:
JIException