org.npsnet.xrti.proxies
Interface HLAinteractionClassListener

All Known Implementing Classes:
InteractionClassDescriptor

public interface HLAinteractionClassListener

Autogenerated object instance listener interface.

Author:
org.npsnet.xrti.utilities.ProxyCompiler

Method Summary
 void dimensionsUpdated(HLAinteractionClass source, java.lang.String oldValue, java.lang.String newValue, byte[] userSuppliedTag, OrderType sentOrdering, TransportationType theTransport)
          Notifies the listener that the dimensions attribute has been updated.
 void orderUpdated(HLAinteractionClass source, HLAorderType oldValue, HLAorderType newValue, byte[] userSuppliedTag, OrderType sentOrdering, TransportationType theTransport)
          Notifies the listener that the order attribute has been updated.
 void parametersUpdated(HLAinteractionClass source, long[] oldValue, long[] newValue, byte[] userSuppliedTag, OrderType sentOrdering, TransportationType theTransport)
          Notifies the listener that the parameters attribute has been updated.
 void parentsUpdated(HLAinteractionClass source, java.lang.String oldValue, java.lang.String newValue, byte[] userSuppliedTag, OrderType sentOrdering, TransportationType theTransport)
          Notifies the listener that the parents attribute has been updated.
 void semanticsUpdated(HLAinteractionClass source, java.lang.String oldValue, java.lang.String newValue, byte[] userSuppliedTag, OrderType sentOrdering, TransportationType theTransport)
          Notifies the listener that the semantics attribute has been updated.
 void sharingUpdated(HLAinteractionClass source, HLAsharingType oldValue, HLAsharingType newValue, byte[] userSuppliedTag, OrderType sentOrdering, TransportationType theTransport)
          Notifies the listener that the sharing attribute has been updated.
 void transportationUpdated(HLAinteractionClass source, java.lang.String oldValue, java.lang.String newValue, byte[] userSuppliedTag, OrderType sentOrdering, TransportationType theTransport)
          Notifies the listener that the transportation attribute has been updated.
 

Method Detail

parentsUpdated

public void parentsUpdated(HLAinteractionClass source,
                           java.lang.String oldValue,
                           java.lang.String newValue,
                           byte[] userSuppliedTag,
                           OrderType sentOrdering,
                           TransportationType theTransport)
Notifies the listener that the parents 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

sharingUpdated

public void sharingUpdated(HLAinteractionClass source,
                           HLAsharingType oldValue,
                           HLAsharingType newValue,
                           byte[] userSuppliedTag,
                           OrderType sentOrdering,
                           TransportationType theTransport)
Notifies the listener that the sharing 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

dimensionsUpdated

public void dimensionsUpdated(HLAinteractionClass source,
                              java.lang.String oldValue,
                              java.lang.String newValue,
                              byte[] userSuppliedTag,
                              OrderType sentOrdering,
                              TransportationType theTransport)
Notifies the listener that the dimensions 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

transportationUpdated

public void transportationUpdated(HLAinteractionClass source,
                                  java.lang.String oldValue,
                                  java.lang.String newValue,
                                  byte[] userSuppliedTag,
                                  OrderType sentOrdering,
                                  TransportationType theTransport)
Notifies the listener that the transportation 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

orderUpdated

public void orderUpdated(HLAinteractionClass source,
                         HLAorderType oldValue,
                         HLAorderType newValue,
                         byte[] userSuppliedTag,
                         OrderType sentOrdering,
                         TransportationType theTransport)
Notifies the listener that the order 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

parametersUpdated

public void parametersUpdated(HLAinteractionClass source,
                              long[] oldValue,
                              long[] newValue,
                              byte[] userSuppliedTag,
                              OrderType sentOrdering,
                              TransportationType theTransport)
Notifies the listener that the parameters 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

semanticsUpdated

public void semanticsUpdated(HLAinteractionClass source,
                             java.lang.String oldValue,
                             java.lang.String newValue,
                             byte[] userSuppliedTag,
                             OrderType sentOrdering,
                             TransportationType theTransport)
Notifies the listener that the semantics 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