Interface ActivityListener


  • public interface ActivityListener
    Interface for object which monitor long-running activities. (may be subject to change before 1.2-final)
    Since:
    1.2
    Author:
    Thomas Down
    • Method Detail

      • activityProgress

        void activityProgress​(Object source,
                              int current,
                              int target)
        Estimated progress of an activity. This indicated that current parts of the activity have been completed, out of a target target.