java.lang.Object
org.jpo.eventbus.RenameFileHandler
Handles the request to rename a file
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleEvent
(@NonNull RenameFileRequest request) Bring up a Dialog where the user can input a new name for a file and rename it.
-
Constructor Details
-
RenameFileHandler
public RenameFileHandler()
-
-
Method Details
-
handleEvent
Bring up a Dialog where the user can input a new name for a file and rename it. If the target file already exists and would overwrite the existing file A new name is suggested that the user can accept or abort the rename.- Parameters:
request
- the request
-