public interface IObjectListener
| Modifier and Type | Method and Description |
|---|---|
void |
handleATT(ATTObject att) |
void |
handleDevice(DeviceObject device) |
void |
handleDevices(DevicesObject devices) |
void |
handleSKY(SKYObject sky) |
void |
handleSUBFRAME(SUBFRAMEObject subframe) |
void |
handleTPV(TPVObject tpv) |
void handleTPV(TPVObject tpv)
tpv - the TPV objectvoid handleSKY(SKYObject sky)
sky - the SKY objectvoid handleATT(ATTObject att)
att - the ATT objectvoid handleSUBFRAME(SUBFRAMEObject subframe)
subframe - the SUBFRAME objectvoid handleDevices(DevicesObject devices)
devices - the devices objectvoid handleDevice(DeviceObject device)
device - the device objectCopyright © 2011–2017 Taimos GmbH. All rights reserved.