network query event

pull/4/head
Zlatin Balevsky 2018-07-21 21:35:22 +01:00
parent 04cb23bbef
commit d5de29e62a
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
package com.muwire.core.search
import net.i2p.data.Destination
class QueryEvent extends SearchEvent {
boolean firstHop
Destination replyTo
}