Commit graph

3 commits

Author SHA1 Message Date
Chris Beams
ca070941dc
Rename io.bitsquare.{Abstract=>}BitsquareModule 2014-11-06 16:58:29 +01:00
Chris Beams
467f76fd76
Introduce io.bitsquare.offer.tomp2p package 2014-11-06 16:57:42 +01:00
Chris Beams
40807b07f8
Introduce OfferRepository interface and TomP2P impl
This change begins the process of breaking up the monolithic
MessageFacade abstraction into smaller, cohesive Repositories (in the
Domain-Driven Design sense of the word) that abstract callers away from
networking details.

It also begins the process of restructuring the msg.listeners package,
such that individual *Listener interfaces are co-located with their
respective Repositories
2014-11-06 08:43:34 +01:00
Renamed from src/main/java/io/bitsquare/msg/listeners/OfferBookListener.java (Browse further)