mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-03-15 10:26:37 -04:00
update corrupted file
This commit is contained in:
parent
a790a715af
commit
7ee802f70e
@ -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…
x
Reference in New Issue
Block a user