Interface LoudListListener<E>

All Known Subinterfaces:
LoudListChangeListener<E>

public interface LoudListListener<E>
  • Method Details

    • objectAdded

      void objectAdded(LoudList<E> list, E o)
    • objectAdded

      void objectAdded(LoudList<E> list, E o, int index)
    • objectRemoved

      void objectRemoved(LoudList<E> list, E o)
    • objectRemoved

      void objectRemoved(LoudList<E> list, E o, int index)