Package com.qfs.util
Interface ICompletion
-
public interface ICompletionA completion is a type of continuation to be executed at the end of an activity.- Author:
- ActiveViam
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonCompletion()Business logic executed at the end of the activity.
-