public class TesteClasses extends java.lang.Object implements IReceiveListener
Constructor and Description |
---|
TesteClasses() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
void |
onReceiveAPPDATA(ProtocolInformation appInfo) |
void |
onReceiveGEOACK(ProtocolInformation appInfo) |
void |
onReceiveGEOMSG(ProtocolGEOMSGInformation appInfo) |
void |
onReceiveLIBCONFIG(ProtocolLIBCONFIGInformation appInfo) |
void |
onReceiveONLINE(ProtocolInformation appInfo) |
void |
onReceiveONLINEANSWER(ProtocolInformation appInfo) |
public void onReceiveGEOMSG(ProtocolGEOMSGInformation appInfo)
onReceiveGEOMSG
in interface IReceiveListener
public static void main(java.lang.String[] args)
public void onReceiveAPPDATA(ProtocolInformation appInfo)
onReceiveAPPDATA
in interface IReceiveListener
public void onReceiveONLINE(ProtocolInformation appInfo)
onReceiveONLINE
in interface IReceiveListener
public void onReceiveLIBCONFIG(ProtocolLIBCONFIGInformation appInfo)
onReceiveLIBCONFIG
in interface IReceiveListener
public void onReceiveGEOACK(ProtocolInformation appInfo)
onReceiveGEOACK
in interface IReceiveListener
public void onReceiveONLINEANSWER(ProtocolInformation appInfo)
onReceiveONLINEANSWER
in interface IReceiveListener