ReviewFragmentImpl

Internal use only.

class ReviewFragmentImpl implements ReviewFragmentInterface

Constructors

ReviewFragmentImpl
Link copied to clipboard
void ReviewFragmentImpl(FragmentImplCallback fragment, Document document)

Functions

getImageDocument
Link copied to clipboard
TouchImageView getImageDocument()
onCreate
Link copied to clipboard
void onCreate(Bundle savedInstanceState)
onCreateView
Link copied to clipboard
onDestroy
Link copied to clipboard
void onDestroy()
onNextClicked
Link copied to clipboard
void onNextClicked()
onSaveInstanceState
Link copied to clipboard
void onSaveInstanceState(Bundle outState)
onStart
Link copied to clipboard
void onStart()
onStop
Link copied to clipboard
void onStop()
setListener
Link copied to clipboard

Set a listener for review events.

By default the hosting Activity is expected to implement the . In case that is not feasible you may set the listener using this method.

Note: the listener is expected to be available until the fragment is attached to an activity. Make sure to set the listener before that.

void setListener(ReviewFragmentListener listener)

Properties

mButtonRotate
Link copied to clipboard
ImageButton mButtonRotate
mPhoto
Link copied to clipboard
Photo mPhoto