|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAppROTEvents
Provides access to events that occur on the Esri application running object table.
The AppROT events are designed to let interested applications or components know when an ESRI application has started or terminated. When an instance of an application starts or terminates, an event will automatically be fired from the AppROT to let all listeners know about it. This may be useful if listening components or applications need to maintain "switch-to" lists, or if they want to synchronize representations between all running instances so that if something happens in one application, all anothers can be informed and update themselves appropriately. Such "coordinating" components would need to know when new instances start and when existing ones terminate.
Method Summary | |
---|---|
void |
appAdded(IAppROTEventsAppAddedEvent theEvent)
Occurs when an application reference is added to the table. |
void |
appRemoved(IAppROTEventsAppRemovedEvent theEvent)
Occurs when an application reference is removed from the table. |
Method Detail |
---|
void appAdded(IAppROTEventsAppAddedEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IApplication
void appRemoved(IAppROTEventsAppRemovedEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IApplication
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |