Convert “image insert aborted” into EventBus-based event.
[Sone.git] / src / main / java / net / pterodactylus / sone / core / CoreListener.java
index 9bc8c0c..55833c0 100644 (file)
@@ -30,14 +30,6 @@ import net.pterodactylus.sone.data.Image;
 public interface CoreListener extends EventListener {
 
        /**
-        * Notifies a listener that an image insert was aborted by the user.
-        *
-        * @param image
-        *            The image that is not inserted anymore
-        */
-       public void imageInsertAborted(Image image);
-
-       /**
         * Notifies a listener that an image was successfully inserted.
         *
         * @param image