public class ObjectListener extends Object implements IObjectListener
IObjectListener| Constructor and Description |
|---|
ObjectListener() |
| 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) |
public void handleTPV(TPVObject tpv)
handleTPV in interface IObjectListenertpv - the TPV objectpublic void handleSKY(SKYObject sky)
handleSKY in interface IObjectListenersky - the SKY objectpublic void handleATT(ATTObject att)
handleATT in interface IObjectListeneratt - the ATT objectpublic void handleSUBFRAME(SUBFRAMEObject subframe)
handleSUBFRAME in interface IObjectListenersubframe - the SUBFRAME objectpublic void handleDevices(DevicesObject devices)
handleDevices in interface IObjectListenerdevices - the devices objectpublic void handleDevice(DeviceObject device)
handleDevice in interface IObjectListenerdevice - the device objectCopyright © 2011–2017 Taimos GmbH. All rights reserved.