|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFixer
Provides a resolution method for fixing a memento item.
Method Summary | |
---|---|
boolean |
canFix(java.lang.Object object,
IMemento memento)
Determines if the object memento can be handled by this fixer implementation. |
void |
complete(java.lang.Object object)
Informs the fixer that the fix was completed successfully. |
void |
fix(java.lang.Object object,
IMemento memento)
Performs the fix operation. |
Method Detail |
---|
boolean canFix(java.lang.Object object, IMemento memento)
object
- victimmemento
- additional tidbits for fixer initialization and saving state.
void fix(java.lang.Object object, IMemento memento)
object
- victimmemento
- additional tidbits for fixer initialization and saving state.void complete(java.lang.Object object)
object
- victim
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |