mirror of https://github.com/zlatinb/muwire
fix event
parent
a892f26441
commit
cad3946d3e
|
@ -1,8 +1,9 @@
|
||||||
package com.muwire.core.collections
|
package com.muwire.core.collections
|
||||||
|
|
||||||
|
import com.muwire.core.Event
|
||||||
import com.muwire.core.InfoHash
|
import com.muwire.core.InfoHash
|
||||||
|
|
||||||
class CollectionFetchedEvent {
|
class CollectionFetchedEvent extends Event {
|
||||||
FileCollection collection
|
FileCollection collection
|
||||||
UUID uuid
|
UUID uuid
|
||||||
InfoHash infoHash
|
InfoHash infoHash
|
||||||
|
|
Loading…
Reference in New Issue