org.npsnet.xrti.proxies
Interface HLAmanager

All Superinterfaces:
HLAobjectRoot
All Known Subinterfaces:
HLAfederate, HLAfederation
All Known Implementing Classes:
HLAfederateProxy, HLAfederationProxy, HLAmanagerProxy

public interface HLAmanager
extends HLAobjectRoot

Autogenerated object instance interface.

Author:
org.npsnet.xrti.utilities.ProxyCompiler

Method Summary
 void addHLAmanagerListener(HLAmanagerListener l)
          Adds a listener for the attributes associated with the HLAmanager class.
 void removeHLAmanagerListener(HLAmanagerListener l)
          Removes a listener for the attributes associated with the HLAmanager class.
 
Methods inherited from interface org.npsnet.xrti.proxies.HLAobjectRoot
addHLAobjectRootListener, removeHLAobjectRootListener
 

Method Detail

addHLAmanagerListener

public void addHLAmanagerListener(HLAmanagerListener l)
Adds a listener for the attributes associated with the HLAmanager class.

Parameters:
l - the listener to add

removeHLAmanagerListener

public void removeHLAmanagerListener(HLAmanagerListener l)
Removes a listener for the attributes associated with the HLAmanager class.

Parameters:
l - the listener to remove