|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITMSUtilCallbacks
Provides access to restricted interface for methods to define connection and data link information.
This is a very restricted interface. It is only used to allow the property pages (a COM object) to inform the status bar (housed in a non-com object) of information that needs to be displayed to the user.
Method Summary | |
---|---|
void |
setConnections(int lConnections)
Sets connections for the selected data link to the Tracking Server. |
void |
setDataLinks(int lLinks)
Sets data links for the connection in the Tracking Server. |
Method Detail |
---|
void setConnections(int lConnections) throws IOException, AutomationException
This is a very restricted interface. It is only used to allow the property pages (a COM object) to inform the status bar (housed in a non-com object) of information that needs to be displayed to the user.
lConnections
- The lConnections (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDataLinks(int lLinks) throws IOException, AutomationException
This is a very restricted interface. It is only used to allow the property pages (a COM object) to inform the status bar (housed in a non-com object) of information that needs to be displayed to the user.
lLinks
- The lLinks (in)
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 |