org.npsnet.xrti.proxies
Interface HLAbasicRepresentationListener


public interface HLAbasicRepresentationListener

Autogenerated object instance listener interface.

Author:
org.npsnet.xrti.utilities.ProxyCompiler

Method Summary
 void encodingUpdated(HLAbasicRepresentation source, java.lang.String oldValue, java.lang.String newValue, byte[] userSuppliedTag, OrderType sentOrdering, TransportationType theTransport)
          Notifies the listener that the encoding attribute has been updated.
 void endianUpdated(HLAbasicRepresentation source, HLAendianType oldValue, HLAendianType newValue, byte[] userSuppliedTag, OrderType sentOrdering, TransportationType theTransport)
          Notifies the listener that the endian attribute has been updated.
 void interpretationUpdated(HLAbasicRepresentation source, java.lang.String oldValue, java.lang.String newValue, byte[] userSuppliedTag, OrderType sentOrdering, TransportationType theTransport)
          Notifies the listener that the interpretation attribute has been updated.
 void sizeUpdated(HLAbasicRepresentation source, int oldValue, int newValue, byte[] userSuppliedTag, OrderType sentOrdering, TransportationType theTransport)
          Notifies the listener that the size attribute has been updated.
 

Method Detail

sizeUpdated

public void sizeUpdated(HLAbasicRepresentation source,
                        int oldValue,
                        int newValue,
                        byte[] userSuppliedTag,
                        OrderType sentOrdering,
                        TransportationType theTransport)
Notifies the listener that the size attribute has been updated.

Parameters:
source - the source of the notification
oldValue - the old value of the attribute
newValue - the new value of the attribute
userSuppliedTag - the user-supplied tag associated with the update
sentOrdering - the type of ordering with which the update was sent
theTransport - the type of transport associated with the update

endianUpdated

public void endianUpdated(HLAbasicRepresentation source,
                          HLAendianType oldValue,
                          HLAendianType newValue,
                          byte[] userSuppliedTag,
                          OrderType sentOrdering,
                          TransportationType theTransport)
Notifies the listener that the endian attribute has been updated.

Parameters:
source - the source of the notification
oldValue - the old value of the attribute
newValue - the new value of the attribute
userSuppliedTag - the user-supplied tag associated with the update
sentOrdering - the type of ordering with which the update was sent
theTransport - the type of transport associated with the update

interpretationUpdated

public void interpretationUpdated(HLAbasicRepresentation source,
                                  java.lang.String oldValue,
                                  java.lang.String newValue,
                                  byte[] userSuppliedTag,
                                  OrderType sentOrdering,
                                  TransportationType theTransport)
Notifies the listener that the interpretation attribute has been updated.

Parameters:
source - the source of the notification
oldValue - the old value of the attribute
newValue - the new value of the attribute
userSuppliedTag - the user-supplied tag associated with the update
sentOrdering - the type of ordering with which the update was sent
theTransport - the type of transport associated with the update

encodingUpdated

public void encodingUpdated(HLAbasicRepresentation source,
                            java.lang.String oldValue,
                            java.lang.String newValue,
                            byte[] userSuppliedTag,
                            OrderType sentOrdering,
                            TransportationType theTransport)
Notifies the listener that the encoding attribute has been updated.

Parameters:
source - the source of the notification
oldValue - the old value of the attribute
newValue - the new value of the attribute
userSuppliedTag - the user-supplied tag associated with the update
sentOrdering - the type of ordering with which the update was sent
theTransport - the type of transport associated with the update