Skip to content

Commit

Permalink
Move BootstrapEvent to events package
Browse files Browse the repository at this point in the history
  • Loading branch information
alvasw committed Aug 2, 2023
1 parent 5a96f2e commit 182b7ee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

package bisq.tor.controller;

import bisq.tor.controller.events.BootstrapEvent;

public interface BootstrapEventListener {
void onBootstrapStatusEvent(BootstrapEvent bootstrapEvent);
}
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.BootstrapEvent;
import bisq.tor.controller.events.ControllerEventHandler;
import bisq.tor.process.NativeTorProcess;
import lombok.extern.slf4j.Slf4j;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* along with Bisq. If not, see <http://www.gnu.org/licenses/>.
*/

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

import lombok.Builder;
import lombok.Getter;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

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;
Expand Down

0 comments on commit 182b7ee

Please sign in to comment.