mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-22 14:42:37 +01: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
Reference in a new issue