public class SaveFilesResponse
extends java.lang.Object
FileSaveListener that indicates if there are
any extra nodes to be saved before closing the ones selected by the user.| Constructor and Description |
|---|
SaveFilesResponse()
Creates a new unhandled response, without any nodes to save.
|
SaveFilesResponse(FilesToSaveGroup nodesToSave)
Creates a new response.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isHandled()
Indicates whether any
added any extra nodes to be saved. |
FilesToSaveGroup |
nodesToSave() |
public SaveFilesResponse()
public SaveFilesResponse(FilesToSaveGroup nodesToSave)
nodesToSave - the nodes to save, if any (can be null.)public boolean isHandled()
MultipleFileSaveListener
added any extra nodes to be saved.true if there are extra nodes to be saved,
false otherwise.public FilesToSaveGroup nodesToSave()