Interface InteractorPoolChangeListener

    • Method Detail

      • onAddedInteractor

        void onAddedInteractor​(InteractorPool interactor,
                               Interactor added)
        Listen to the event where an interactor has been added to the pool
        Parameters:
        interactor - The interactor which has changed.
        added - : added interactor
      • onRemovedInteractor

        void onRemovedInteractor​(InteractorPool interactor,
                                 Interactor removed)
        Listen to the event where an interactor has been added to the pool
        Parameters:
        interactor - The interactor which has changed.
        removed - : removed interactor