|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRealTimeFeedManagerEvents
Provides access to the events fired by a real-time feed manager object.
Method Summary | |
---|---|
void |
connectionStatusUpdated(IRealTimeFeedManagerEventsConnectionStatusUpdatedEvent theEvent)
Reports the connection information when it is updated. |
void |
dateTimeUpdated(IRealTimeFeedManagerEventsDateTimeUpdatedEvent theEvent)
Reports the date and time when it is updated. |
void |
dgpsInfoUpdated(IRealTimeFeedManagerEventsDgpsInfoUpdatedEvent theEvent)
Reports the DGPS information when it is updated. |
void |
dopInfoUpdated(IRealTimeFeedManagerEventsDopInfoUpdatedEvent theEvent)
Reports the current DOP information when it is updated. |
void |
groundCourseUpdated(IRealTimeFeedManagerEventsGroundCourseUpdatedEvent theEvent)
Reports the current ground variance when it is updated. |
void |
magneticVarianceUpdated(IRealTimeFeedManagerEventsMagneticVarianceUpdatedEvent theEvent)
Reports the current magnetic variance when it is updated. |
void |
positionUpdated(IRealTimeFeedManagerEventsPositionUpdatedEvent theEvent)
Reports the current position when it is updated. |
void |
realTimeFeedChanged(IRealTimeFeedManagerEventsRealTimeFeedChangedEvent theEvent)
Reports the change in the realtime feed object. |
void |
satelliteInfoUpdated(IRealTimeFeedManagerEventsSatelliteInfoUpdatedEvent theEvent)
Reports the current satellite information when it is updated. |
Method Detail |
---|
void realTimeFeedChanged(IRealTimeFeedManagerEventsRealTimeFeedChangedEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void positionUpdated(IRealTimeFeedManagerEventsPositionUpdatedEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void magneticVarianceUpdated(IRealTimeFeedManagerEventsMagneticVarianceUpdatedEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void groundCourseUpdated(IRealTimeFeedManagerEventsGroundCourseUpdatedEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void dopInfoUpdated(IRealTimeFeedManagerEventsDopInfoUpdatedEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void satelliteInfoUpdated(IRealTimeFeedManagerEventsSatelliteInfoUpdatedEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void dateTimeUpdated(IRealTimeFeedManagerEventsDateTimeUpdatedEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void dgpsInfoUpdated(IRealTimeFeedManagerEventsDgpsInfoUpdatedEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void connectionStatusUpdated(IRealTimeFeedManagerEventsConnectionStatusUpdatedEvent theEvent) throws IOException, AutomationException
theEvent
- The event
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 |