Use renamed class.
[jSite2.git] / src / net / pterodactylus / jsite / core / InsertListenerSupport.java
index 3a6ce69..2504d61 100644 (file)
 
 package net.pterodactylus.jsite.core;
 
-import net.pterodactylus.util.event.ListenerSupport;
+import net.pterodactylus.util.event.ListenerManager;
 
 /**
  * Helper class that fires {@link InsertListener} events.
  *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
  */
-public class InsertListenerSupport extends ListenerSupport<InsertListener> {
+public class InsertListenerSupport extends ListenerManager<InsertListener> {
 
        /**
         * Notifies all listeners that the insert was added.