diff --git a/core/src/main/groovy/com/muwire/core/search/QueryEvent.groovy b/core/src/main/groovy/com/muwire/core/search/QueryEvent.groovy new file mode 100644 index 00000000..189176b3 --- /dev/null +++ b/core/src/main/groovy/com/muwire/core/search/QueryEvent.groovy @@ -0,0 +1,10 @@ +package com.muwire.core.search + +import net.i2p.data.Destination + +class QueryEvent extends SearchEvent { + + boolean firstHop + Destination replyTo + +}