|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.analyst3d.MessageDispatcher
public class MessageDispatcher
COM Class 'MessageDispatcher'. Generated 3/19/2015 1:20:41 PM from 'C:\ArcGIS\COM\esri3DAnalyst.olb'
Description 'A mechanism for manipulating message queue.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary |
---|
Fields inherited from interface com.esri.arcgis.analyst3d.IMessageDispatcher |
---|
IID, IIDbd62a8fa_8833_11d4_ab87_0008c73fd50c, xxDummy |
Constructor Summary | |
---|---|
MessageDispatcher()
Constructs a MessageDispatcher using ArcGIS Engine. |
|
MessageDispatcher(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. MessageDispatcher theMessageDispatcher = (MessageDispatcher) obj; |
Method Summary | |
---|---|
void |
dispatch(int hWnd,
boolean bSingle,
java.lang.Object[] pbCancelled)
Dispatchs messages associated with the window. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
hashCode()
the hashcode for this object |
boolean |
isCancelled(int hWnd)
Indicates if a cancel action has been conducted. |
boolean |
isCancelOnClick()
Indicates if a mouse click is seen as a cancel action. |
boolean |
isCancelOnEscPress()
Indicates if pressing the escape key is seen as a cancel action. |
void |
release()
Release a MessageDispatcher. |
void |
remove(int hWnd,
boolean bSingle,
java.lang.Object[] pbCancelled)
Removes messages associated with the window. |
void |
setCancelOnClick(boolean pbCancelOnClick)
Indicates if a mouse click is seen as a cancel action. |
void |
setCancelOnEscPress(boolean pbCancelOnEscPress)
Indicates if pressing the escape key is seen as a cancel action. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MessageDispatcher() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic MessageDispatcher(java.lang.Object obj) throws java.io.IOException
MessageDispatcher theMessageDispatcher = (MessageDispatcher) obj;
obj
to MessageDispatcher
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public boolean isCancelOnEscPress() throws java.io.IOException, AutomationException
isCancelOnEscPress
in interface IMessageDispatcher
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCancelOnEscPress(boolean pbCancelOnEscPress) throws java.io.IOException, AutomationException
setCancelOnEscPress
in interface IMessageDispatcher
pbCancelOnEscPress
- The pbCancelOnEscPress (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isCancelOnClick() throws java.io.IOException, AutomationException
isCancelOnClick
in interface IMessageDispatcher
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCancelOnClick(boolean pbCancelOnClick) throws java.io.IOException, AutomationException
setCancelOnClick
in interface IMessageDispatcher
pbCancelOnClick
- The pbCancelOnClick (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isCancelled(int hWnd) throws java.io.IOException, AutomationException
isCancelled
in interface IMessageDispatcher
hWnd
- The hWnd (A COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void dispatch(int hWnd, boolean bSingle, java.lang.Object[] pbCancelled) throws java.io.IOException, AutomationException
dispatch
in interface IMessageDispatcher
hWnd
- The hWnd (A COM typedef) (in)bSingle
- The bSingle (in)pbCancelled
- A Variant (out: use single element array, optional, pass single element of null if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void remove(int hWnd, boolean bSingle, java.lang.Object[] pbCancelled) throws java.io.IOException, AutomationException
remove
in interface IMessageDispatcher
hWnd
- The hWnd (A COM typedef) (in)bSingle
- The bSingle (in)pbCancelled
- A Variant (out: use single element array, optional, pass single element of null if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |