public interface ModelEditor
ModelChangeEvent
instances and keep track of the events
which have been executed so far.Modifier and Type | Method and Description |
---|---|
void |
execute(ModelChangeEvent event)
Executes the given event.
|
java.util.List<ModelChangeEvent> |
getExecutedEvents()
Gets the list of executed events by this model editor instance.
|
void execute(ModelChangeEvent event)
event
- The event to execute.java.util.List<ModelChangeEvent> getExecutedEvents()
ModelChangeEvent.undo(java.util.Collection)
are not included
in this list.