org.npsnet.xrti.proxies
Interface HLAreflectionListener
- All Known Implementing Classes:
- DescriptorManager
- public interface HLAreflectionListener
Autogenerated object instance listener interface.
- Author:
- org.npsnet.xrti.utilities.ProxyCompiler
nameUpdated
public void nameUpdated(HLAreflection source,
java.lang.String oldValue,
java.lang.String newValue,
byte[] userSuppliedTag,
OrderType sentOrdering,
TransportationType theTransport)
- Notifies the listener that the name attribute has been updated.
- Parameters:
source - the source of the notificationoldValue - the old value of the attributenewValue - the new value of the attributeuserSuppliedTag - the user-supplied tag associated with the updatesentOrdering - the type of ordering with which the update was senttheTransport - the type of transport associated with the update