Skip to content

Commit

Permalink
move WPUnderlineSpan.java and MediaGalleryImageSpan.java to WPUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
maxme committed Feb 12, 2015
1 parent 11e6f7f commit 0c60b07
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,14 @@ public void setLocalDraft(boolean isLocalDraft) {
}

/**
* Callbacks to communicate with the parent Activity
* Callbacks used to communicate with the parent Activity
*/
public interface EditorFragmentListener {
public void onEditorFragmentInitialized();
public void onSettingsClicked();
public void onAddMediaButtonClicked();
// TODO: remove saveMediaFile, it's currently needed for the legacy editor - we should have something like
// "EditorFragmentAbstract.getFeaturedImage()" returning the remote id
public void saveMediaFile(MediaFile mediaFile);
}
}

0 comments on commit 0c60b07

Please sign in to comment.