Skip to content

Commit

Permalink
Move ControllerEventHandler to new events package
Browse files Browse the repository at this point in the history
  • Loading branch information
alvasw committed Aug 2, 2023
1 parent b31d465 commit 5a96f2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
package bisq.tor.controller;

import bisq.tor.ClientTorrcGenerator;
import bisq.tor.controller.events.ControllerEventHandler;
import bisq.tor.process.NativeTorProcess;
import lombok.extern.slf4j.Slf4j;
import net.freehaven.tor.control.PasswordDigest;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@
* along with Bisq. If not, see <http://www.gnu.org/licenses/>.
*/

package bisq.tor.controller;
package bisq.tor.controller.events;

import bisq.tor.controller.BootstrapEvent;
import bisq.tor.controller.BootstrapEventListener;
import bisq.tor.controller.HsDescUploadedEvent;
import bisq.tor.controller.HsDescUploadedEventListener;
import net.freehaven.tor.control.EventHandler;

import java.util.List;
Expand Down

0 comments on commit 5a96f2e

Please sign in to comment.