public interface DataReceiver
| Modifier and Type | Method and Description |
|---|---|
void |
receiveData(java.lang.String key,
java.lang.Object value)
Receives a packet of data from screen-scraper.
|
void receiveData(java.lang.String key,
java.lang.Object value)
throws RemoteScrapingSessionException
key - The identifier key of the packet.value - The value portion of the packet.RemoteScrapingSessionException