Package games.stendhal.client.entity
Interface ContentChangeListener
- All Known Implementing Classes:
SlotGrid
public interface ContentChangeListener
Listener for content changes in an Entity's slots.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
contentAdded(RPSlot added)
Called when entities are added in slots, or the attributes of the entities are changed.void
contentRemoved(RPSlot removed)
Called when entities are removed from slots, of attributes of the entities are removed.
-
Method Details
-
contentAdded
Called when entities are added in slots, or the attributes of the entities are changed.- Parameters:
added
- object changes
-
contentRemoved
Called when entities are removed from slots, of attributes of the entities are removed.- Parameters:
removed
- object changes
-