Class AbstractResultListModel<E>

    • Constructor Detail

      • AbstractResultListModel

        public AbstractResultListModel()
    • Method Detail

      • removeListDataListener

        public void removeListDataListener(ListDataListener l)
      • fire

        public void fire(ListDataEvent e)
        Propagate the given event to all registered ListDataListeners.
        Parameters:
        e - the event to propagate.