org.apache.bookkeeper.client
Interface AsyncCallback.OpenCallback

Enclosing interface:
AsyncCallback

public static interface AsyncCallback.OpenCallback


Method Summary
 void openComplete(int rc, LedgerHandle lh, Object ctx)
          Callback for asynchronous call to open ledger
 

Method Detail

openComplete

void openComplete(int rc,
                  LedgerHandle lh,
                  Object ctx)
Callback for asynchronous call to open ledger

Parameters:
rc -
lh -
ctx -