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