|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataWindowEvents
Provides access to events that occur in a data window.
Method Summary | |
---|---|
void |
destroyWindow(IDataWindowEventsDestroyWindowEvent theEvent)
Fired when window is destroyed. |
void |
hideWindow(IDataWindowEventsHideWindowEvent theEvent)
Fired when window is hidden. |
void |
showWindow(IDataWindowEventsShowWindowEvent theEvent)
Fired when window is shown. |
Method Detail |
---|
void showWindow(IDataWindowEventsShowWindowEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void hideWindow(IDataWindowEventsHideWindowEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void destroyWindow(IDataWindowEventsDestroyWindowEvent 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 |