|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDelete
Instances of this interface provide the behavior to delete objects. Deleting means removing both the business object from its model as well as its graphical representation from the diagram.
Method Summary | |
---|---|
boolean |
canDelete(IDeleteContext context)
Can delete. |
void |
delete(IDeleteContext context)
Delete. |
void |
postDelete(IDeleteContext context)
Post delete. |
void |
preDelete(IDeleteContext context)
Pre delete. |
Method Detail |
---|
boolean canDelete(IDeleteContext context)
context
- the context
void preDelete(IDeleteContext context)
context
- the contextvoid delete(IDeleteContext context)
context
- the contextvoid postDelete(IDeleteContext context)
context
- the context
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |