Skip to content

Instantly share code, notes, and snippets.

@guigarage
Created September 16, 2014 19:02
Show Gist options
  • Save guigarage/f41f058dba78a7261880 to your computer and use it in GitHub Desktop.
Save guigarage/f41f058dba78a7261880 to your computer and use it in GitHub Desktop.
Media interface
public interface Media {
StringProperty titleProperty();
StringProperty descriptionProperty();
ObjectProperty<Image> imageProperty();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment