Convert “new post found” into EventBus-based event.
[Sone.git] / src / main / java / net / pterodactylus / sone / core / CoreListener.java
index 2edbef5..e641be3 100644 (file)
@@ -34,14 +34,6 @@ import net.pterodactylus.util.version.Version;
 public interface CoreListener extends EventListener {
 
        /**
-        * Notifies a listener that a new post has been found.
-        *
-        * @param post
-        *            The new post
-        */
-       public void newPostFound(Post post);
-
-       /**
         * Notifies a listener that a new reply has been found.
         *
         * @param reply