com.realtime.crossfire.jxclient.items
Interface LocationsListener

All Superinterfaces:
java.util.EventListener

public interface LocationsListener
extends java.util.EventListener

Interface for listeners interested in changed item locations.


Method Summary
 void locationsModified(java.lang.Integer[] changedSlots)
          Called whenever one or more locations have been changed.
 

Method Detail

locationsModified

void locationsModified(@NotNull
                       java.lang.Integer[] changedSlots)
Called whenever one or more locations have been changed.

Parameters:
changedSlots - the changed slots; must not be modified