com.esri.arcgis.geodatabase
Class IVersionEventsOnConflictsDetectedEvent
java.lang.Object
java.util.EventObject
com.esri.arcgis.geodatabase.IVersionEventsOnConflictsDetectedEvent
- All Implemented Interfaces:
- Serializable
public class IVersionEventsOnConflictsDetectedEvent
- extends EventObject
Remarks
It is the developer's responsibility to set the conflictsRemoved argument to true if any conflicts were removed from any of the Conflict Classes.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
- See Also:
- Serialized Form
IVersionEventsOnConflictsDetectedEvent
public IVersionEventsOnConflictsDetectedEvent(Object source)
init
public void init(boolean[] conflictsRemoved,
boolean[] errorOccurred,
String[] errorString)
getConflictsRemoved
public final boolean getConflictsRemoved()
setConflictsRemoved
public final void setConflictsRemoved(boolean conflictsRemoved)
getErrorOccurred
public final boolean getErrorOccurred()
setErrorOccurred
public final void setErrorOccurred(boolean errorOccurred)
getErrorString
public final String getErrorString()
setErrorString
public final void setErrorString(String errorString)