public class NetworkInterfaceTuningOverEvent extends NetworkInterfaceEvent
| Modifier and Type | Field and Description |
|---|---|
static int |
FAILED
Constant for the status code that indicates that the tuning action
has failed.
|
static int |
SUCCEEDED
Constant for the status code that indicates that the Network Interface
has been tuned to a new transport stream.
|
source| Constructor and Description |
|---|
NetworkInterfaceTuningOverEvent(Object networkInterface,
int status)
Constructor for the event
|
| Modifier and Type | Method and Description |
|---|---|
int |
getStatus()
Returns the status code of the tuning action
|
getSourcetoStringpublic static final int SUCCEEDED
public static final int FAILED
public NetworkInterfaceTuningOverEvent(Object networkInterface, int status)
networkInterface - the networkInterface which completed tuningstatus - Status code which shows if the tuning action succeededCopyright © 2012 code4tv.com. All Rights Reserved.