Interface Synchronization


  • public interface Synchronization
    The Synchronization API.
    Author:
    Manfred Riem ([email protected])
    • Method Detail

      • afterCompletion

        void afterCompletion​(int status)
        After completion callback.
        Parameters:
        status - the status.
      • beforeCompletion

        void beforeCompletion()
        Before completion callback.