mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-20 04:44:30 -04:00
update corrupted file
This commit is contained in:
parent
1b5cd9862b
commit
a790a715af
1 changed files with 0 additions and 16 deletions
|
@ -1,16 +0,0 @@
|
||||||
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