com.sun.tv.receiver

Interface SampleDataInterface

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void finish()
      This method is called from SIEmulator after the play method is called.
      void play(SIEmulator emulator, String[] args)
      This method is the first method called by the SIEmulator.
      boolean verify()
      This method can be called to verify that all the data has been loaded into the SI database.
    • Method Detail

      • play

        void play(SIEmulator emulator,
                String[] args)
        This method is the first method called by the SIEmulator. Implementations of this interface should load their SI data via the programatic interfaces in SIEmulator.
      • finish

        void finish()
        This method is called from SIEmulator after the play method is called. It is intended to block until the SI has been loaded, or when the implementation of this interface is satisfied that enough of the SI data has been loaded to continue.
      • verify

        boolean verify()
        This method can be called to verify that all the data has been loaded into the SI database. It is not called SIEmulator.

Copyright © 2012 code4tv.com. All Rights Reserved.