|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DragTransaction
Allows changes to registered components to happen in an atomic fashion.
This functionality is required to support drag and drop with the same registry session. A component is dropped before it is deleted. This would cause an exception. The transaction must ensure this isn't the case.
Method Summary | |
---|---|
void |
commit()
Save changes to the configuration. |
void |
rollback()
Abandons changes to the configuration. |
Method Detail |
---|
void commit() throws ArooaParseException
ArooaParseException
void rollback()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |