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