Interface IUnitFragmentPositionChangeListener


public interface IUnitFragmentPositionChangeListener
Interface to be implemented by listeners of positional changes in unit fragments rendered by the GUI client. Registered via IGraphicalClientContext.registerUnitFragmentPositionChangeListener(IUnitFragmentPositionChangeListener).
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Receive a update.
  • Method Details