Interface ModifyEndEventDispatcher
-
- All Superinterfaces:
EventDispatcher
- All Known Implementing Classes:
FeatureEdge
,FeatureNode
public interface ModifyEndEventDispatcher extends EventDispatcher
Dispatches the modify end event.- Author:
- Johny Andres Ortega Ruiz <johny.ortega@kuwaiba.org>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
fireModifyEndEvent(elemental.json.JsonObject feature)
Dispatches the modify end event.
-