Interface ISaveHandler
-
public interface ISaveHandler- Since:
- 1.0
- Restriction:
- This interface is not intended to be referenced by clients.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classISaveHandler.Save
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ISaveHandler.Save[]promptToSave(Collection<MPart> dirtyParts)ISaveHandler.SavepromptToSave(MPart dirtyPart)booleansave(MPart dirtyPart, boolean confirm)booleansaveParts(Collection<MPart> dirtyParts, boolean confirm)
-
-
-
Method Detail
-
save
boolean save(MPart dirtyPart, boolean confirm)
-
saveParts
boolean saveParts(Collection<MPart> dirtyParts, boolean confirm)
-
promptToSave
ISaveHandler.Save promptToSave(MPart dirtyPart)
-
promptToSave
ISaveHandler.Save[] promptToSave(Collection<MPart> dirtyParts)
-
-