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
|
IID
static final java.lang.String IID
- See Also:
- Constant Field Values
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