java.lang.Object
org.jpo.eventbus.RenamePictureHandler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleEvent
(@NonNull RenamePictureRequest request) Bring up a Dialog where the user can input a new name for a file and rename it.
-
Constructor Details
-
RenamePictureHandler
public RenamePictureHandler()
-
-
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
-