Send events when downloads start and finish.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 11 Apr 2013 05:34:58 +0000 (07:34 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 11 Apr 2013 05:34:58 +0000 (07:34 +0200)
commitbb8e361377837b7785ab7f175341f87c46bceb6a
treef566e3bb771e10ae05aa31c1c1baedfa24232d3f
parent774744bb2cd1944021b096fa4c0447d67b44389f
Send events when downloads start and finish.
src/main/java/net/pterodactylus/xdcc/core/Core.java
src/main/java/net/pterodactylus/xdcc/core/event/AbstractDownloadEvent.java [new file with mode: 0644]
src/main/java/net/pterodactylus/xdcc/core/event/DownloadFinished.java [new file with mode: 0644]
src/main/java/net/pterodactylus/xdcc/core/event/DownloadStarted.java [new file with mode: 0644]