com.esri.arcgis.trackinganalyst
Interface IActionEvents
- All Superinterfaces: 
- Serializable
- All Known Implementing Classes: 
- IActionEventsProxy
- public interface IActionEvents 
- extends Serializable
Provides access to event sinks to let listeners know when major events are transpiring on a given action.
  
Product Availability
 Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.
 
onRemoveFromCollection
void onRemoveFromCollection(IAction piAction)
                            throws IOException,
                                   AutomationException
- Not implemented.
  Product AvailabilityAvailable with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.
 
- 
 
- 
- Parameters:
- piAction- A reference to a com.esri.arcgis.trackinganalyst.IAction  (in)
- Throws:
- IOException- If there are interop problems.
- AutomationException- If the ArcObject component throws an exception.