public interface SampleDataInterface
SIEmulator class
to populate the service information database.
A class inplementing this interface is specified in
the properties file.| 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.
|
void play(SIEmulator emulator, String[] args)
void finish()
boolean verify()
Copyright © 2012 code4tv.com. All Rights Reserved.