Interface PendingLockListener
-
- All Known Implementing Classes:
PendingTxAction
public interface PendingLockListener
A listener that is invoked whenPendingLockPromise
is ready.- Since:
- 8.0
- Author:
- Pedro Ruivo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onReady()
Invoked whenPendingLockPromise
is ready.
-
-
-
Method Detail
-
onReady
void onReady()
Invoked whenPendingLockPromise
is ready.
-
-