public interface DeleteService extends ViewModelService
| Modifier and Type | Method and Description |
|---|---|
void |
deleteElement(Object toDelete)
Deletes the given object from the containment tree.
|
void |
deleteElements(Collection<Object> toDelete)
Deletes the given objects from the containment tree.
|
dispose, getPriority, instantiatevoid deleteElements(Collection<Object> toDelete)
toDelete - the objects to deletevoid deleteElement(Object toDelete)
toDelete - the object to deleteCopyright © 2018. All rights reserved.