Class FinishedState.Transition

    • Constructor Detail

      • Transition

        public Transition​(MultiClientState oldState)
        Instantiates a new finishing state.
        Parameters:
        oldState - the old state
    • Method Detail

      • finish

        protected void finish()
        Description copied from class: MultiClientState
        Cleans up memory allocated by the native libraries component of FileCatalyst. This should be called when all transfers are completed and the FCClient object is no longer needed.
        Overrides:
        finish in class MultiClientState