The AbstractEventData class is an abstract class which allows for the accessing of various data values found within ScreenScraper. Below are the various classes that extend AbstractEventData
AbstractEventData is extended by the following classes and it is those classes that should be used in place of AbstractEventData.
Returns the LastReturnValue for the object. This is the value previously returned by another callback. This can be null, if no callbacks have been fired yet for this event. A null value is also the default return value for the given event.
This method does not receive any parameters.
Returns the LastReturnValue for the object.
Version | Description |
---|---|
6.0.55a | Available for all editions. |
Sets the LastReturnValue fro the object.
Returns void.
Version | Description |
---|---|
6.0.55a | Available for all editions. |