From b23f8bd472f5c6bc809dddd26dd69791c9ed7dd8 Mon Sep 17 00:00:00 2001 From: iNPUTmice Date: Mon, 8 Sep 2014 20:09:44 +0200 Subject: introduced downloadable interface. reverted some of the changes made to OTR --- src/eu/siacs/conversations/entities/Downloadable.java | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/eu/siacs/conversations/entities/Downloadable.java (limited to 'src/eu/siacs/conversations/entities/Downloadable.java') diff --git a/src/eu/siacs/conversations/entities/Downloadable.java b/src/eu/siacs/conversations/entities/Downloadable.java new file mode 100644 index 000000000..8fb4977ef --- /dev/null +++ b/src/eu/siacs/conversations/entities/Downloadable.java @@ -0,0 +1,5 @@ +package eu.siacs.conversations.entities; + +public interface Downloadable { + public void start(); +} -- cgit v1.2.3