mirror of https://github.com/zlatinb/muwire
SearchEvent is an Event
parent
2bac74efb5
commit
ea954cf824
|
@ -1,8 +1,10 @@
|
|||
package com.muwire.core.search
|
||||
|
||||
import com.muwire.core.Event
|
||||
|
||||
import net.i2p.data.Destination
|
||||
|
||||
class QueryEvent {
|
||||
class QueryEvent extends Event {
|
||||
|
||||
SearchEvent searchEvent
|
||||
boolean firstHop
|
||||
|
|
Loading…
Reference in New Issue