Package 

Interface WinLossNotifiable


  • 
    public interface WinLossNotifiable
    
                        

    Created by Bidon Team on 06/02/2023.

    Use to notify Demands for loss/win. It isn't related to stats RoundStatus.

    • Method Summary

      Modifier and Type Method Description
      abstract Unit notifyLoss(String winnerNetworkName, Double winnerNetworkPrice)
      abstract Unit notifyWin()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait