org.npsnet.xrti.proxies
Interface HLAdataType

All Superinterfaces:
HLAobjectRoot, HLAreflection
All Known Subinterfaces:
HLAarrayDataType, HLAbasicRepresentation, HLAenumeratedDataType, HLAfixedRecordDataType, HLAsimpleDataType, HLAvariantRecordDataType
All Known Implementing Classes:
HLAarrayDataTypeProxy, HLAbasicRepresentationProxy, HLAdataTypeProxy, HLAenumeratedDataTypeProxy, HLAfixedRecordDataTypeProxy, HLAsimpleDataTypeProxy, HLAvariantRecordDataTypeProxy

public interface HLAdataType
extends HLAreflection

Autogenerated object instance interface.

Author:
org.npsnet.xrti.utilities.ProxyCompiler

Method Summary
 void addHLAdataTypeListener(HLAdataTypeListener l)
          Adds a listener for the attributes associated with the HLAdataType class.
 void removeHLAdataTypeListener(HLAdataTypeListener l)
          Removes a listener for the attributes associated with the HLAdataType class.
 
Methods inherited from interface org.npsnet.xrti.proxies.HLAreflection
addHLAreflectionListener, getName, removeHLAreflectionListener, setName
 
Methods inherited from interface org.npsnet.xrti.proxies.HLAobjectRoot
addHLAobjectRootListener, removeHLAobjectRootListener
 

Method Detail

addHLAdataTypeListener

public void addHLAdataTypeListener(HLAdataTypeListener l)
Adds a listener for the attributes associated with the HLAdataType class.

Parameters:
l - the listener to add

removeHLAdataTypeListener

public void removeHLAdataTypeListener(HLAdataTypeListener l)
Removes a listener for the attributes associated with the HLAdataType class.

Parameters:
l - the listener to remove