Interface PendingLockListener
-
public interface PendingLockListenerA listener that is invoked whenPendingLockPromiseis ready.- Since:
- 8.0
- Author:
- Pedro Ruivo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonReady()Invoked whenPendingLockPromiseis ready.
-
-
-
Method Detail
-
onReady
void onReady()
Invoked whenPendingLockPromiseis ready.
-
-