Interface ImageFormatView.OnActionListener
-
- All Known Implementing Classes:
ImageTemplateFragment
- Enclosing class:
- ImageFormatView
public static interface ImageFormatView.OnActionListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonCloseAction()voidonErrorAction(MessagingError cause)voidonGlobalAction()voidonImageDisplayedAction()
-
-
-
Method Detail
-
onCloseAction
void onCloseAction()
-
onGlobalAction
void onGlobalAction()
-
onErrorAction
void onErrorAction(@NonNull MessagingError cause)
-
onImageDisplayedAction
void onImageDisplayedAction()
-
-