neosim.iface
Interface EntityUpdate


public interface EntityUpdate
extends java.io.Serializable


Method Summary
 void update(Entity e)
          Update an entity's state.
 

Method Detail

update

public void update(Entity e)
Update an entity's state.
Parameters:
e - the entity to update