Package com.qfs.util

Interface ICompletion


public interface ICompletion
A completion is a type of continuation to be executed at the end of an activity.
Author:
ActiveViam
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Business logic executed at the end of the activity.
  • Method Details

    • onCompletion

      void onCompletion()
      Business logic executed at the end of the activity.