object
Interface InstanceListener


public interface InstanceListener

An event handler for dealing with the addition and deletion of RemoteObjects from locally visible ProxyLists. This can be useful when the discovery of a new object in the simulation needs to be reacted to in some way by the local RePast model.

Author:
Rob Minson
See Also:
ProxyList.registerInstanceListener(InstanceListener)

Method Summary
 void instanceAdded(RemoteObject obj)
           
 void instanceRemoved(RemoteObject obj)
           
 

Method Detail

instanceAdded

void instanceAdded(RemoteObject obj)

instanceRemoved

void instanceRemoved(RemoteObject obj)