Interface ContentChangeListener

All Known Implementing Classes:
SlotGrid

public interface ContentChangeListener
Listener for content changes in an Entity's slots.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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

      void contentAdded(RPSlot added)
      Called when entities are added in slots, or the attributes of the entities are changed.
      Parameters:
      added - object changes
    • contentRemoved

      void contentRemoved(RPSlot removed)
      Called when entities are removed from slots, of attributes of the entities are removed.
      Parameters:
      removed - object changes