com.pnfsoftware.jeb.client.api.IUnitFragmentPositionChangeListener |
Interface to be implemented by listeners of positional changes in unit fragments rendered by the
GUI client. Registered via
registerUnitFragmentPositionChangeListener(IUnitFragmentPositionChangeListener)
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
onUpdate(UnitFragmentPosition e)
Receive a update.
|