mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-19 12:24:19 -04:00
update corrupted file
This commit is contained in:
parent
a790a715af
commit
7ee802f70e
1 changed files with 15 additions and 0 deletions
|
@ -0,0 +1,15 @@
|
||||||
|
package io.bitsquare.msg.listeners;
|
||||||
|
|
||||||
|
import net.tomp2p.peers.Number160;
|
||||||
|
import net.tomp2p.storage.Data;
|
||||||
|
|
||||||
|
import java.util.Map;
|
||||||
|
|
||||||
|
public interface OrderBookListener
|
||||||
|
{
|
||||||
|
void onOfferAdded(Data offerData, boolean success);
|
||||||
|
|
||||||
|
void onOffersReceived(Map<Number160, Data> dataMap, boolean success);
|
||||||
|
|
||||||
|
void onOfferRemoved(Data data, boolean success);
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue