Skip to content

Commit

Permalink
Added stub StrictProUiPenaltyListener.create
Browse files Browse the repository at this point in the history
  • Loading branch information
tberchanov committed Dec 18, 2024
1 parent 996586d commit 7b10820
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ package com.strictpro.ui
import com.strictpro.StrictPro
import java.util.concurrent.Executor

class StrictProUiPenaltyListener
class StrictProUiPenaltyListener {
companion object {
fun create(): StrictProUiPenaltyListener {
return StrictProUiPenaltyListener()
}
}
}

fun StrictPro.VmPolicy.Builder.penaltyListener(
executor: Executor,
Expand Down

0 comments on commit 7b10820

Please sign in to comment.