1 2 3 4 5
package eu.siacs.conversations.entities; public interface Downloadable { public void start(); }