Convert “new post reply found” into EventBus-based event.
[Sone.git] / src / main / java / net / pterodactylus / sone / core / CoreListener.java
index e641be3..854af8a 100644 (file)
@@ -34,14 +34,6 @@ import net.pterodactylus.util.version.Version;
 public interface CoreListener extends EventListener {
 
        /**
-        * Notifies a listener that a new reply has been found.
-        *
-        * @param reply
-        *            The new reply
-        */
-       public void newReplyFound(PostReply reply);
-
-       /**
         * Notifies a listener that the given Sone is now marked as known.
         *
         * @param sone