Interface PendingLockListener
public interface PendingLockListener
A listener that is invoked when
PendingLockPromise
is ready.- Since:
- 8.0
- Author:
- Pedro Ruivo
-
Method Summary
-
Method Details
-
onReady
void onReady()Invoked whenPendingLockPromise
is ready.
-