|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.carto.IRealTimeFeedEventsAdapter
public class IRealTimeFeedEventsAdapter
Constructor Summary | |
---|---|
IRealTimeFeedEventsAdapter()
|
Method Summary | |
---|---|
void |
connectionStatusUpdated(IRealTimeFeedEventsConnectionStatusUpdatedEvent theEvent)
Reports the connection information when it is updated. |
void |
dateTimeUpdated(IRealTimeFeedEventsDateTimeUpdatedEvent theEvent)
Reports the date and time when it is updated. |
void |
dgpsInfoUpdated(IRealTimeFeedEventsDgpsInfoUpdatedEvent theEvent)
Reports the DGPS information when it is updated. |
void |
dopInfoUpdated(IRealTimeFeedEventsDopInfoUpdatedEvent theEvent)
Reports the current DOP information when it is updated. |
void |
groundCourseUpdated(IRealTimeFeedEventsGroundCourseUpdatedEvent theEvent)
Reports the current ground variance when it is updated. |
void |
magneticVarianceUpdated(IRealTimeFeedEventsMagneticVarianceUpdatedEvent theEvent)
Reports the current magnetic variance when it is updated. |
void |
positionUpdated(IRealTimeFeedEventsPositionUpdatedEvent theEvent)
Reports the current position when it is updated. |
void |
satelliteInfoUpdated(IRealTimeFeedEventsSatelliteInfoUpdatedEvent theEvent)
Reports the current satellite information when it is updated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IRealTimeFeedEventsAdapter()
Method Detail |
---|
public void positionUpdated(IRealTimeFeedEventsPositionUpdatedEvent theEvent) throws IOException, AutomationException
positionUpdated
in interface IRealTimeFeedEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void magneticVarianceUpdated(IRealTimeFeedEventsMagneticVarianceUpdatedEvent theEvent) throws IOException, AutomationException
magneticVarianceUpdated
in interface IRealTimeFeedEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void groundCourseUpdated(IRealTimeFeedEventsGroundCourseUpdatedEvent theEvent) throws IOException, AutomationException
groundCourseUpdated
in interface IRealTimeFeedEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void dopInfoUpdated(IRealTimeFeedEventsDopInfoUpdatedEvent theEvent) throws IOException, AutomationException
dopInfoUpdated
in interface IRealTimeFeedEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void satelliteInfoUpdated(IRealTimeFeedEventsSatelliteInfoUpdatedEvent theEvent) throws IOException, AutomationException
satelliteInfoUpdated
in interface IRealTimeFeedEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void dateTimeUpdated(IRealTimeFeedEventsDateTimeUpdatedEvent theEvent) throws IOException, AutomationException
dateTimeUpdated
in interface IRealTimeFeedEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void dgpsInfoUpdated(IRealTimeFeedEventsDgpsInfoUpdatedEvent theEvent) throws IOException, AutomationException
dgpsInfoUpdated
in interface IRealTimeFeedEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void connectionStatusUpdated(IRealTimeFeedEventsConnectionStatusUpdatedEvent theEvent) throws IOException, AutomationException
connectionStatusUpdated
in interface IRealTimeFeedEvents
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 |