mirror of https://github.com/zlatinb/muwire
network query event
parent
04cb23bbef
commit
d5de29e62a
|
@ -0,0 +1,10 @@
|
||||||
|
package com.muwire.core.search
|
||||||
|
|
||||||
|
import net.i2p.data.Destination
|
||||||
|
|
||||||
|
class QueryEvent extends SearchEvent {
|
||||||
|
|
||||||
|
boolean firstHop
|
||||||
|
Destination replyTo
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue