FreeHEP API
Version current

hep.aida.ref.remote.interfaces
Interface AidaTreeClient

All Known Implementing Classes:
CorbaTreeClientImpl, RemoteClient, RmiServantImpl

public interface AidaTreeClient

Basic interface for AIDA Tree Client. TreeClient can be used in "Duplex Mode" and it has only one method that can be called by TreeServant to post messages about updates. If validation mecanism is used, setValid() method of AidaTreeServant must be called by AidaTreeClient to tell AidaTreeServant that it is ready to receive information about changes/updates of particular set of ImanagedObjects

Author:
serbo
Source Code:
AidaTreeClient.java

Method Summary
 void stateChanged(AidaUpdateEvent[] events)
          This method can be called by AidaTreeServant to notify AidaTreeClient about updates in the server-side ITree.
 

Method Detail

stateChanged

public void stateChanged(AidaUpdateEvent[] events)
This method can be called by AidaTreeServant to notify AidaTreeClient about updates in the server-side ITree. If "Duplex Mode" is not used, AideTreeClient has to call updates() method of AideTreeServant to get a list of current updates.


FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.