Interface BusinessDelegate


public interface BusinessDelegate
BusinessDelegate is used to add an abstraction layer between presentation tier and business tier
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    playMovie(String movieName)
     
  • Method Details

    • playMovie

      void playMovie(String movieName)