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 Detail

      • onCompletion

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